+ 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+ubsan_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+ubsan_amd64.deb ... Unpacking clickhouse-common-static (23.3.19.33.altinitystable+ubsan) ... Setting up clickhouse-common-static (23.3.19.33.altinitystable+ubsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.33.altinitystable+ubsan_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+ubsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (23.3.19.33.altinitystable+ubsan) ... Setting up clickhouse-common-static-dbg (23.3.19.33.altinitystable+ubsan) ... + dpkg -i package_folder/clickhouse-server_23.3.19.33.altinitystable+ubsan_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+ubsan_amd64.deb ... Unpacking clickhouse-server (23.3.19.33.altinitystable+ubsan) ... Setting up clickhouse-server (23.3.19.33.altinitystable+ubsan) ... 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+ubsan_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+ubsan_amd64.deb ... Unpacking clickhouse-client (23.3.19.33.altinitystable+ubsan) ... Setting up clickhouse-client (23.3.19.33.altinitystable+ubsan) ... ++ 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 + 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 '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] x86_64 Adding azure configuration + 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 + 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 + ./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 + local url=http://localhost:11111 + params=(--silent --verbose) + local params + ./minio server --address :11111 ./minio_data + 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 trying to connect to minio + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + 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 + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:42603 http://127.0.0.1:42603 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (42603), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17B8BF7FA0D95054f5d59c26-6100-40dc-b772-fa4894362d6f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 243 root 10u IPv6 111920 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 + 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 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.47 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.37 KiB/s c.tsv + 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 `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.68 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: 6.93 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 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu?blockid=ihgkmxnbcmykwvjwysdsfrmproalsmxhzfasjkobcmcxoqrgxluyvqzdgzjlvsho&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "PUT /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "GET /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "GET /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:20:57:05 +0000] "DELETE /devstoreaccount1/cont/vsgsdzdaosuniohwptphqfmpsfcwnwcu HTTP/1.1" 202 - + counter=11 + 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 491 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m4.545s user 0m0.036s sys 0m0.021s + 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/zn64bdn3 INFO:root:Content length is 1271623680 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/zn64bdn3 to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/zn64bdn3 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/oybd7tel INFO:root:Content length is 563968000 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/oybd7tel to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/oybd7tel 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=491 + 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 = 491. The process with pid = 491 is running. Sent terminate signal to process with pid 491. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491. The process with pid = 491 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491. The process with pid = 491 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491. The process with pid = 491 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491. The process with pid = 491 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 491. The process with pid = 491 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 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + 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 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu?blockid=djtwysfytaiuhkqiulgpldzcovcdlnclvvhlmzhcctfdhiisgedfgkmlcxitgtyz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "PUT /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "GET /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "GET /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:20:58:03 +0000] "DELETE /devstoreaccount1/cont/rucuduhlvyryxgcgxedgiydxljdbrcsu HTTP/1.1" 202 - + 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' 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 889 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m4.133s user 0m0.044s sys 0m0.005s + 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=889 + 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 = 889. The process with pid = 889 is running. Sent terminate signal to process with pid 889. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889. The process with pid = 889 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889. The process with pid = 889 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889. The process with pid = 889 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 889. The process with pid = 889 is running. Waiting for server to stop Found pid = 889 in the list of running processes. The process with pid = 889 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 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=1 + sed --follow-symlinks -i 's|true|1|' /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 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 + 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 127.0.0.1 - - [01/Mar/2024:21:09:08 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + 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 127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "PUT /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj?blockid=tzqjpskjqmkxgwbzgtwstycdjkjawxvbqzpbzhtpjpxzxmodxrzhsocibuaxqqku&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "PUT /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "GET /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "GET /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:21:09:09 +0000] "DELETE /devstoreaccount1/cont/ikrtdtndofssfdwtvkvoyxzekrcxyvuj HTTP/1.1" 202 - + 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 + 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' 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 1625 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m4.365s user 0m0.022s sys 0m0.030s + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-03-02 00:09:25,546 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-03-02 00:09:26,048 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:09:26,550 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:09:27,052 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:09:27,554 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-02 00:09:28,056 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:09:28,559 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:09:29,061 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:09:29,563 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:09:30,065 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:09:30,567 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-02 00:09:31,069 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' allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:09:31,571 Run func tests '/usr/bin/clickhouse-test --order=random --client-option allow_experimental_query_cache=1 use_query_cache=1 implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-03-02 00:09:32,073 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:09:32,575 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 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-02 00:09:33,078 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-02 00:09:33,580 Will wait functests to finish 2024-03-02 00:09:33,580 Finished 0 from 16 processes 2024-03-02 00:09:38,585 Finished 0 from 16 processes 2024-03-02 00:09:43,589 Finished 0 from 16 processes 2024-03-02 00:09:48,593 Finished 0 from 16 processes 2024-03-02 00:09:53,597 Finished 0 from 16 processes 2024-03-02 00:09:58,601 Finished 0 from 16 processes 2024-03-02 00:10:03,605 Finished 0 from 16 processes 2024-03-02 00:10:08,609 Finished 0 from 16 processes 2024-03-02 00:10:13,613 Finished 0 from 16 processes 2024-03-02 00:10:18,617 Finished 0 from 16 processes 2024-03-02 00:10:23,621 Finished 0 from 16 processes 2024-03-02 00:10:28,625 Finished 0 from 16 processes 2024-03-02 00:10:33,629 Finished 0 from 16 processes 2024-03-02 00:10:38,633 Finished 0 from 16 processes 2024-03-02 00:10:43,637 Finished 0 from 16 processes 2024-03-02 00:10:48,641 Finished 0 from 16 processes 2024-03-02 00:10:53,645 Finished 0 from 16 processes 2024-03-02 00:10:58,649 Finished 0 from 16 processes 2024-03-02 00:11:03,653 Finished 0 from 16 processes 2024-03-02 00:11:08,658 Finished 0 from 16 processes 2024-03-02 00:11:13,661 Finished 0 from 16 processes [Detaching after vfork from child process 6123] 2024-03-02 00:11:18,665 Finished 0 from 16 processes 2024-03-02 00:11:23,669 Finished 0 from 16 processes 2024-03-02 00:11:28,673 Finished 0 from 16 processes 2024-03-02 00:11:33,677 Finished 0 from 16 processes 2024-03-02 00:11:38,681 Finished 0 from 16 processes 2024-03-02 00:11:43,685 Finished 0 from 16 processes 2024-03-02 00:11:48,689 Finished 0 from 16 processes 2024-03-02 00:11:53,693 Finished 0 from 16 processes 2024-03-02 00:11:58,697 Finished 0 from 16 processes 2024-03-02 00:12:03,701 Finished 0 from 16 processes 2024-03-02 00:12:08,705 Finished 0 from 16 processes 2024-03-02 00:12:13,709 Finished 0 from 16 processes 2024-03-02 00:12:18,713 Finished 0 from 16 processes 2024-03-02 00:12:23,717 Finished 0 from 16 processes 2024-03-02 00:12:28,721 Finished 0 from 16 processes 2024-03-02 00:12:33,726 Finished 0 from 16 processes 2024-03-02 00:12:38,729 Finished 0 from 16 processes 2024-03-02 00:12:43,733 Finished 0 from 16 processes 2024-03-02 00:12:48,737 Finished 0 from 16 processes 2024-03-02 00:12:53,741 Finished 0 from 16 processes 2024-03-02 00:12:58,745 Finished 0 from 16 processes 2024-03-02 00:13:03,749 Finished 0 from 16 processes 2024-03-02 00:13:08,753 Finished 0 from 16 processes 2024-03-02 00:13:13,753 Finished 0 from 16 processes 2024-03-02 00:13:18,757 Finished 0 from 16 processes 2024-03-02 00:13:23,761 Finished 0 from 16 processes 2024-03-02 00:13:28,766 Finished 0 from 16 processes 2024-03-02 00:13:33,767 Finished 0 from 16 processes 2024-03-02 00:13:38,769 Finished 0 from 16 processes 2024-03-02 00:13:43,773 Finished 0 from 16 processes 2024-03-02 00:13:48,777 Finished 0 from 16 processes 2024-03-02 00:13:53,782 Finished 0 from 16 processes 2024-03-02 00:13:58,785 Finished 0 from 16 processes 2024-03-02 00:14:03,790 Finished 0 from 16 processes 2024-03-02 00:14:08,794 Finished 0 from 16 processes 2024-03-02 00:14:13,797 Finished 0 from 16 processes 2024-03-02 00:14:18,802 Finished 0 from 16 processes 2024-03-02 00:14:23,805 Finished 0 from 16 processes 2024-03-02 00:14:28,809 Finished 0 from 16 processes 2024-03-02 00:14:33,814 Finished 0 from 16 processes 2024-03-02 00:14:38,817 Finished 0 from 16 processes 2024-03-02 00:14:43,821 Finished 0 from 16 processes 2024-03-02 00:14:48,825 Finished 0 from 16 processes 2024-03-02 00:14:53,829 Finished 0 from 16 processes 2024-03-02 00:14:58,833 Finished 0 from 16 processes 2024-03-02 00:15:03,838 Finished 0 from 16 processes 2024-03-02 00:15:08,841 Finished 0 from 16 processes 2024-03-02 00:15:13,845 Finished 0 from 16 processes 2024-03-02 00:15:18,849 Finished 0 from 16 processes 2024-03-02 00:15:23,853 Finished 0 from 16 processes 2024-03-02 00:15:28,857 Finished 0 from 16 processes 2024-03-02 00:15:33,861 Finished 0 from 16 processes 2024-03-02 00:15:38,865 Finished 0 from 16 processes 2024-03-02 00:15:43,869 Finished 0 from 16 processes 2024-03-02 00:15:48,874 Finished 0 from 16 processes 2024-03-02 00:15:53,877 Finished 0 from 16 processes 2024-03-02 00:15:58,881 Finished 0 from 16 processes 2024-03-02 00:16:03,886 Finished 0 from 16 processes 2024-03-02 00:16:08,889 Finished 0 from 16 processes 2024-03-02 00:16:13,893 Finished 0 from 16 processes 2024-03-02 00:16:18,897 Finished 0 from 16 processes 2024-03-02 00:16:23,898 Finished 0 from 16 processes 2024-03-02 00:16:28,901 Finished 0 from 16 processes 2024-03-02 00:16:33,905 Finished 0 from 16 processes 2024-03-02 00:16:38,905 Finished 0 from 16 processes 2024-03-02 00:16:43,909 Finished 0 from 16 processes 2024-03-02 00:16:48,913 Finished 0 from 16 processes 2024-03-02 00:16:53,917 Finished 0 from 16 processes 2024-03-02 00:16:58,921 Finished 0 from 16 processes 2024-03-02 00:17:03,925 Finished 0 from 16 processes 2024-03-02 00:17:08,929 Finished 0 from 16 processes 2024-03-02 00:17:13,933 Finished 0 from 16 processes 2024-03-02 00:17:18,937 Finished 0 from 16 processes 2024-03-02 00:17:23,941 Finished 0 from 16 processes 2024-03-02 00:17:28,945 Finished 1 from 16 processes 2024-03-02 00:17:33,949 Finished 1 from 16 processes 2024-03-02 00:17:38,954 Finished 1 from 16 processes 2024-03-02 00:17:43,958 Finished 1 from 16 processes 2024-03-02 00:17:48,961 Finished 1 from 16 processes 2024-03-02 00:17:53,965 Finished 1 from 16 processes 2024-03-02 00:17:58,969 Finished 1 from 16 processes 2024-03-02 00:18:03,973 Finished 1 from 16 processes 2024-03-02 00:18:08,977 Finished 1 from 16 processes 2024-03-02 00:18:13,981 Finished 1 from 16 processes 2024-03-02 00:18:18,986 Finished 1 from 16 processes 2024-03-02 00:18:23,989 Finished 1 from 16 processes 2024-03-02 00:18:28,993 Finished 1 from 16 processes 2024-03-02 00:18:33,997 Finished 1 from 16 processes 2024-03-02 00:18:39,001 Finished 1 from 16 processes 2024-03-02 00:18:44,005 Finished 1 from 16 processes 2024-03-02 00:18:49,009 Finished 1 from 16 processes 2024-03-02 00:18:54,013 Finished 1 from 16 processes 2024-03-02 00:18:59,017 Finished 1 from 16 processes 2024-03-02 00:19:04,020 Finished 1 from 16 processes 2024-03-02 00:19:09,025 Finished 1 from 16 processes 2024-03-02 00:19:14,029 Finished 1 from 16 processes 2024-03-02 00:19:19,033 Finished 1 from 16 processes 2024-03-02 00:19:24,037 Finished 1 from 16 processes 2024-03-02 00:19:29,041 Finished 1 from 16 processes 2024-03-02 00:19:34,045 Finished 1 from 16 processes 2024-03-02 00:19:39,049 Finished 1 from 16 processes 2024-03-02 00:19:44,053 Finished 1 from 16 processes 2024-03-02 00:19:49,057 Finished 1 from 16 processes 2024-03-02 00:19:54,061 Finished 1 from 16 processes 2024-03-02 00:19:59,065 Finished 1 from 16 processes 2024-03-02 00:20:04,069 Finished 1 from 16 processes 2024-03-02 00:20:09,073 Finished 1 from 16 processes 2024-03-02 00:20:14,077 Finished 1 from 16 processes 2024-03-02 00:20:19,081 Finished 1 from 16 processes 2024-03-02 00:20:24,085 Finished 1 from 16 processes 2024-03-02 00:20:29,089 Finished 1 from 16 processes 2024-03-02 00:20:34,093 Finished 1 from 16 processes 2024-03-02 00:20:39,097 Finished 1 from 16 processes 2024-03-02 00:20:44,102 Finished 1 from 16 processes 2024-03-02 00:20:49,105 Finished 1 from 16 processes 2024-03-02 00:20:54,109 Finished 1 from 16 processes 2024-03-02 00:20:59,113 Finished 1 from 16 processes 2024-03-02 00:21:04,117 Finished 1 from 16 processes 2024-03-02 00:21:09,121 Finished 1 from 16 processes 2024-03-02 00:21:14,126 Finished 1 from 16 processes 2024-03-02 00:21:19,129 Finished 1 from 16 processes 2024-03-02 00:21:24,135 Finished 1 from 16 processes 2024-03-02 00:21:29,137 Finished 1 from 16 processes 2024-03-02 00:21:34,141 Finished 1 from 16 processes 2024-03-02 00:21:39,145 Finished 1 from 16 processes 2024-03-02 00:21:44,149 Finished 1 from 16 processes 2024-03-02 00:21:49,154 Finished 1 from 16 processes 2024-03-02 00:21:54,157 Finished 1 from 16 processes 2024-03-02 00:21:59,161 Finished 1 from 16 processes 2024-03-02 00:22:04,166 Finished 1 from 16 processes 2024-03-02 00:22:09,169 Finished 1 from 16 processes 2024-03-02 00:22:14,173 Finished 1 from 16 processes 2024-03-02 00:22:19,176 Finished 1 from 16 processes 2024-03-02 00:22:24,181 Finished 1 from 16 processes 2024-03-02 00:22:29,185 Finished 1 from 16 processes 2024-03-02 00:22:34,189 Finished 1 from 16 processes 2024-03-02 00:22:39,193 Finished 1 from 16 processes 2024-03-02 00:22:44,198 Finished 1 from 16 processes 2024-03-02 00:22:49,201 Finished 1 from 16 processes 2024-03-02 00:22:54,205 Finished 1 from 16 processes 2024-03-02 00:22:59,209 Finished 1 from 16 processes 2024-03-02 00:23:04,213 Finished 1 from 16 processes 2024-03-02 00:23:09,217 Finished 1 from 16 processes 2024-03-02 00:23:14,221 Finished 1 from 16 processes 2024-03-02 00:23:19,225 Finished 1 from 16 processes 2024-03-02 00:23:24,229 Finished 4 from 16 processes 2024-03-02 00:23:29,234 Finished 5 from 16 processes 2024-03-02 00:23:34,239 Finished 6 from 16 processes 2024-03-02 00:23:39,241 Finished 6 from 16 processes 2024-03-02 00:23:44,245 Finished 6 from 16 processes 2024-03-02 00:23:49,249 Finished 6 from 16 processes 2024-03-02 00:23:54,253 Finished 6 from 16 processes 2024-03-02 00:23:59,257 Finished 6 from 16 processes 2024-03-02 00:24:04,262 Finished 6 from 16 processes 2024-03-02 00:24:09,267 Finished 6 from 16 processes [Detaching after vfork from child process 23193] 2024-03-02 00:24:14,269 Finished 6 from 16 processes 2024-03-02 00:24:19,273 Finished 6 from 16 processes 2024-03-02 00:24:24,277 Finished 6 from 16 processes 2024-03-02 00:24:29,281 Finished 6 from 16 processes 2024-03-02 00:24:34,283 Finished 6 from 16 processes 2024-03-02 00:24:39,287 Finished 6 from 16 processes 2024-03-02 00:24:44,289 Finished 6 from 16 processes 2024-03-02 00:24:49,293 Finished 6 from 16 processes 2024-03-02 00:24:54,297 Finished 6 from 16 processes 2024-03-02 00:24:59,302 Finished 6 from 16 processes 2024-03-02 00:25:04,306 Finished 6 from 16 processes 2024-03-02 00:25:09,310 Finished 6 from 16 processes 2024-03-02 00:25:14,313 Finished 6 from 16 processes 2024-03-02 00:25:19,318 Finished 6 from 16 processes 2024-03-02 00:25:24,321 Finished 6 from 16 processes 2024-03-02 00:25:29,325 Finished 6 from 16 processes 2024-03-02 00:25:34,328 Finished 6 from 16 processes 2024-03-02 00:25:39,333 Finished 6 from 16 processes 2024-03-02 00:25:44,337 Finished 6 from 16 processes [Detaching after vfork from child process 27186] [Detaching after vfork from child process 27204] [Detaching after vfork from child process 27212] [Detaching after vfork from child process 27222] 2024-03-02 00:25:49,341 Finished 6 from 16 processes 2024-03-02 00:25:54,345 Finished 6 from 16 processes 2024-03-02 00:25:59,349 Finished 6 from 16 processes 2024-03-02 00:26:04,353 Finished 6 from 16 processes 2024-03-02 00:26:09,357 Finished 6 from 16 processes 2024-03-02 00:26:14,360 Finished 6 from 16 processes 2024-03-02 00:26:19,365 Finished 6 from 16 processes 2024-03-02 00:26:24,369 Finished 6 from 16 processes 2024-03-02 00:26:29,373 Finished 6 from 16 processes 2024-03-02 00:26:34,377 Finished 6 from 16 processes 2024-03-02 00:26:39,380 Finished 6 from 16 processes 2024-03-02 00:26:44,385 Finished 6 from 16 processes 2024-03-02 00:26:49,390 Finished 6 from 16 processes 2024-03-02 00:26:54,395 Finished 6 from 16 processes 2024-03-02 00:26:59,397 Finished 6 from 16 processes 2024-03-02 00:27:04,401 Finished 6 from 16 processes 2024-03-02 00:27:09,405 Finished 6 from 16 processes 2024-03-02 00:27:14,409 Finished 6 from 16 processes 2024-03-02 00:27:19,413 Finished 6 from 16 processes 2024-03-02 00:27:24,417 Finished 6 from 16 processes 2024-03-02 00:27:29,421 Finished 6 from 16 processes 2024-03-02 00:27:34,425 Finished 7 from 16 processes 2024-03-02 00:27:39,429 Finished 7 from 16 processes 2024-03-02 00:27:44,433 Finished 7 from 16 processes 2024-03-02 00:27:49,437 Finished 7 from 16 processes 2024-03-02 00:27:54,441 Finished 7 from 16 processes 2024-03-02 00:27:59,445 Finished 7 from 16 processes 2024-03-02 00:28:04,449 Finished 7 from 16 processes 2024-03-02 00:28:09,453 Finished 7 from 16 processes 2024-03-02 00:28:14,456 Finished 7 from 16 processes 2024-03-02 00:28:19,461 Finished 7 from 16 processes 2024-03-02 00:28:24,465 Finished 7 from 16 processes 2024-03-02 00:28:29,469 Finished 7 from 16 processes 2024-03-02 00:28:34,473 Finished 7 from 16 processes 2024-03-02 00:28:39,477 Finished 7 from 16 processes 2024-03-02 00:28:44,481 Finished 7 from 16 processes 2024-03-02 00:28:49,485 Finished 7 from 16 processes 2024-03-02 00:28:54,489 Finished 7 from 16 processes 2024-03-02 00:28:59,493 Finished 7 from 16 processes 2024-03-02 00:29:04,499 Finished 7 from 16 processes 2024-03-02 00:29:09,501 Finished 7 from 16 processes 2024-03-02 00:29:14,506 Finished 7 from 16 processes 2024-03-02 00:29:19,509 Finished 7 from 16 processes 2024-03-02 00:29:24,511 Finished 7 from 16 processes 2024-03-02 00:29:29,516 Finished 7 from 16 processes 2024-03-02 00:29:34,521 Finished 8 from 16 processes 2024-03-02 00:29:39,525 Finished 8 from 16 processes 2024-03-02 00:29:44,529 Finished 10 from 16 processes 2024-03-02 00:29:49,533 Finished 10 from 16 processes 2024-03-02 00:29:54,537 Finished 11 from 16 processes 2024-03-02 00:29:59,541 Finished 12 from 16 processes 2024-03-02 00:30:04,545 Finished 12 from 16 processes 2024-03-02 00:30:09,549 Finished 12 from 16 processes 2024-03-02 00:30:14,553 Finished 12 from 16 processes 2024-03-02 00:30:19,557 Finished 13 from 16 processes 2024-03-02 00:30:24,561 Finished 13 from 16 processes 2024-03-02 00:30:29,566 Finished 13 from 16 processes 2024-03-02 00:30:34,569 Finished 13 from 16 processes 2024-03-02 00:30:39,574 Finished 14 from 16 processes 2024-03-02 00:30:44,577 Finished 14 from 16 processes 2024-03-02 00:30:49,581 Finished 14 from 16 processes 2024-03-02 00:30:54,585 Finished 14 from 16 processes 2024-03-02 00:30:59,589 Finished 14 from 16 processes 2024-03-02 00:31:04,593 Finished 14 from 16 processes 2024-03-02 00:31:09,597 Finished 14 from 16 processes 2024-03-02 00:31:14,602 Finished 14 from 16 processes 2024-03-02 00:31:19,605 Finished 14 from 16 processes 2024-03-02 00:31:24,610 Finished 14 from 16 processes 2024-03-02 00:31:29,615 Finished 14 from 16 processes 2024-03-02 00:31:34,620 Finished 14 from 16 processes 2024-03-02 00:31:39,625 Finished 14 from 16 processes 2024-03-02 00:31:44,629 Finished 14 from 16 processes 2024-03-02 00:31:49,633 Finished 14 from 16 processes 2024-03-02 00:31:54,638 Finished 14 from 16 processes 2024-03-02 00:31:59,641 Finished 14 from 16 processes 2024-03-02 00:32:04,645 Finished 14 from 16 processes 2024-03-02 00:32:09,649 Finished 14 from 16 processes 2024-03-02 00:32:14,653 Finished 14 from 16 processes 2024-03-02 00:32:19,657 Finished 14 from 16 processes 2024-03-02 00:32:24,661 Finished 14 from 16 processes 2024-03-02 00:32:29,662 Finished 14 from 16 processes 2024-03-02 00:32:34,668 Finished 14 from 16 processes 2024-03-02 00:32:39,673 Finished 14 from 16 processes 2024-03-02 00:32:44,678 Finished 14 from 16 processes 2024-03-02 00:32:49,679 Finished 14 from 16 processes 2024-03-02 00:32:54,684 Finished 14 from 16 processes 2024-03-02 00:32:59,689 Finished 14 from 16 processes 2024-03-02 00:33:04,693 Finished 14 from 16 processes 2024-03-02 00:33:09,697 Finished 14 from 16 processes 2024-03-02 00:33:14,701 Finished 14 from 16 processes 2024-03-02 00:33:19,705 Finished 14 from 16 processes 2024-03-02 00:33:24,709 Finished 14 from 16 processes 2024-03-02 00:33:29,713 Finished 14 from 16 processes 2024-03-02 00:33:34,717 Finished 14 from 16 processes 2024-03-02 00:33:39,721 Finished 14 from 16 processes 2024-03-02 00:33:44,726 Finished 14 from 16 processes 2024-03-02 00:33:49,729 Finished 14 from 16 processes 2024-03-02 00:33:54,733 Finished 14 from 16 processes 2024-03-02 00:33:59,738 Finished 14 from 16 processes 2024-03-02 00:34:04,741 Finished 14 from 16 processes 2024-03-02 00:34:09,745 Finished 14 from 16 processes 2024-03-02 00:34:14,749 Finished 14 from 16 processes 2024-03-02 00:34:19,753 Finished 14 from 16 processes 2024-03-02 00:34:24,757 Finished 14 from 16 processes 2024-03-02 00:34:29,762 Finished 14 from 16 processes 2024-03-02 00:34:34,767 Finished 14 from 16 processes 2024-03-02 00:34:39,772 Finished 14 from 16 processes 2024-03-02 00:34:44,777 Finished 14 from 16 processes 2024-03-02 00:34:49,781 Finished 15 from 16 processes 2024-03-02 00:34:54,785 Finished 15 from 16 processes 2024-03-02 00:34:59,789 Finished 15 from 16 processes 2024-03-02 00:35:04,794 Finished 15 from 16 processes 2024-03-02 00:35:09,797 Finished 15 from 16 processes 2024-03-02 00:35:14,801 Finished 15 from 16 processes 2024-03-02 00:35:19,806 Finished 15 from 16 processes 2024-03-02 00:35:24,809 Finished 15 from 16 processes 2024-03-02 00:35:29,814 Finished 15 from 16 processes 2024-03-02 00:35:34,817 Finished 15 from 16 processes 2024-03-02 00:35:39,822 Finished 15 from 16 processes 2024-03-02 00:35:44,827 Finished 15 from 16 processes 2024-03-02 00:35:49,832 Finished 15 from 16 processes 2024-03-02 00:35:54,837 Finished 15 from 16 processes 2024-03-02 00:35:59,841 Finished 15 from 16 processes 2024-03-02 00:36:04,845 Finished 15 from 16 processes 2024-03-02 00:36:09,849 Finished 15 from 16 processes 2024-03-02 00:36:14,853 Finished 15 from 16 processes 2024-03-02 00:36:19,857 Finished 15 from 16 processes 2024-03-02 00:36:24,861 Finished 15 from 16 processes 2024-03-02 00:36:29,866 Finished 15 from 16 processes 2024-03-02 00:36:34,871 Finished 15 from 16 processes 2024-03-02 00:36:39,876 Finished 15 from 16 processes 2024-03-02 00:36:44,881 Finished 15 from 16 processes 2024-03-02 00:36:49,885 Finished 15 from 16 processes 2024-03-02 00:36:54,890 Finished 15 from 16 processes 2024-03-02 00:36:59,893 Finished 15 from 16 processes 2024-03-02 00:37:04,897 Finished 15 from 16 processes 2024-03-02 00:37:09,901 Finished 15 from 16 processes 2024-03-02 00:37:14,905 Finished 15 from 16 processes 2024-03-02 00:37:19,909 Finished 15 from 16 processes 2024-03-02 00:37:24,914 Finished 15 from 16 processes 2024-03-02 00:37:29,918 Finished 15 from 16 processes 2024-03-02 00:37:34,921 Finished 15 from 16 processes 2024-03-02 00:37:39,926 Finished 15 from 16 processes 2024-03-02 00:37:44,929 Finished 15 from 16 processes 2024-03-02 00:37:49,933 Finished 15 from 16 processes 2024-03-02 00:37:54,937 Finished 15 from 16 processes 2024-03-02 00:37:59,940 Finished 15 from 16 processes 2024-03-02 00:38:04,945 Finished 15 from 16 processes 2024-03-02 00:38:09,949 Finished 15 from 16 processes 2024-03-02 00:38:14,953 Finished 15 from 16 processes 2024-03-02 00:38:19,958 Finished 15 from 16 processes 2024-03-02 00:38:24,961 Finished 15 from 16 processes 2024-03-02 00:38:29,965 Finished 15 from 16 processes 2024-03-02 00:38:34,970 Finished 15 from 16 processes 2024-03-02 00:38:39,973 Finished 15 from 16 processes 2024-03-02 00:38:44,978 Finished 15 from 16 processes 2024-03-02 00:38:49,984 Finished 15 from 16 processes 2024-03-02 00:38:54,989 All processes finished 2024-03-02 00:38:54,989 Compressing stress logs 2024-03-02 00:38:55,024 Logs compressed 2024-03-02 00:38:55,024 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.46 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 _subquery3109: While processing ((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery3109) / 300: While processing sleepEachRow(((SELECT maxOrDefault(300 - elapsed) + 1 FROM system.processes WHERE (query NOT LIKE '%from system.processes%') AND (elapsed < 300)) AS _subquery3109) / 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:38:56,931 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 1625 Located ClickHouse server process 1625 listening at TCP port 9000 Collecting stacktraces from all running threads with gdb: [New LWP 1626] [New LWP 1627] [New LWP 1634] [New LWP 1635] [New LWP 1651] [New LWP 1658] [New LWP 1659] [New LWP 1660] [New LWP 1661] [New LWP 1662] [New LWP 1663] [New LWP 1664] [New LWP 1665] [New LWP 1666] [New LWP 1667] [New LWP 1668] [New LWP 1669] [New LWP 1670] [New LWP 1671] [New LWP 1672] [New LWP 1673] [New LWP 1674] [New LWP 1675] [New LWP 1676] [New LWP 1677] [New LWP 1678] [New LWP 1679] [New LWP 1680] [New LWP 1681] [New LWP 1682] [New LWP 1683] [New LWP 1684] [New LWP 1685] [New LWP 1686] [New LWP 1687] [New LWP 1688] [New LWP 1689] [New LWP 1690] [New LWP 1691] [New LWP 1692] [New LWP 1693] [New LWP 1694] [New LWP 1695] [New LWP 1696] [New LWP 1697] [New LWP 1698] [New LWP 1699] [New LWP 1700] [New LWP 1701] [New LWP 1702] [New LWP 1703] [New LWP 1704] [New LWP 1705] [New LWP 1706] [New LWP 1707] [New LWP 1708] [New LWP 1709] [New LWP 1710] [New LWP 1711] [New LWP 1712] [New LWP 1713] [New LWP 1714] [New LWP 1715] [New LWP 1716] [New LWP 1717] [New LWP 1718] [New LWP 1719] [New LWP 1720] [New LWP 1721] [New LWP 1722] [New LWP 1723] [New LWP 1724] [New LWP 1725] [New LWP 1726] [New LWP 1727] [New LWP 1728] [New LWP 1729] [New LWP 1730] [New LWP 1731] [New LWP 1732] [New LWP 1733] [New LWP 1734] [New LWP 1735] [New LWP 1736] [New LWP 1737] [New LWP 1738] [New LWP 1739] [New LWP 1740] [New LWP 1741] [New LWP 1742] [New LWP 1743] [New LWP 1744] [New LWP 1745] [New LWP 1746] [New LWP 1747] [New LWP 1748] [New LWP 1749] [New LWP 1750] [New LWP 1751] [New LWP 1752] [New LWP 1753] [New LWP 1754] [New LWP 1755] [New LWP 1756] [New LWP 1757] [New LWP 1758] [New LWP 1759] [New LWP 1760] [New LWP 1761] [New LWP 1762] [New LWP 1763] [New LWP 1764] [New LWP 1765] [New LWP 1766] [New LWP 1767] [New LWP 1768] [New LWP 1769] [New LWP 1770] [New LWP 1771] [New LWP 1772] [New LWP 1773] [New LWP 1774] [New LWP 1775] [New LWP 1776] [New LWP 1777] [New LWP 1778] [New LWP 1779] [New LWP 1780] [New LWP 1781] [New LWP 1782] [New LWP 1783] [New LWP 1784] [New LWP 1785] [New LWP 1786] [New LWP 1787] [New LWP 1788] [New LWP 1789] [New LWP 1790] [New LWP 1791] [New LWP 1792] [New LWP 1793] [New LWP 1794] [New LWP 1795] [New LWP 1796] [New LWP 1797] [New LWP 1798] [New LWP 1799] [New LWP 1800] [New LWP 1801] [New LWP 1802] [New LWP 1803] [New LWP 1804] [New LWP 1805] [New LWP 1806] [New LWP 1807] [New LWP 1808] [New LWP 1809] [New LWP 1810] [New LWP 1811] [New LWP 1812] [New LWP 1813] [New LWP 1814] [New LWP 1815] [New LWP 1816] [New LWP 1817] [New LWP 1818] [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 1868] [New LWP 1869] [New LWP 1870] [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 1944] [New LWP 1948] [New LWP 1952] [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 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 2031] [New LWP 2032] [New LWP 2033] [New LWP 2034] [New LWP 2035] [New LWP 2036] [New LWP 2037] [New LWP 2038] [New LWP 2039] [New LWP 2040] [New LWP 2041] [New LWP 2042] [New LWP 2043] [New LWP 2044] [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 2070] [New LWP 2072] [New LWP 2073] [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 2092] [New LWP 2122] [New LWP 2123] [New LWP 2124] [New LWP 2125] [New LWP 2127] [New LWP 2128] [New LWP 2129] [New LWP 2130] [New LWP 2131] [New LWP 2134] [New LWP 2135] [New LWP 2136] [New LWP 2138] [New LWP 2139] [New LWP 2141] [New LWP 2142] [New LWP 2143] [New LWP 2229] [New LWP 2350] [New LWP 2364] [New LWP 2365] [New LWP 2366] [New LWP 2367] [New LWP 2368] [New LWP 2369] [New LWP 2370] [New LWP 2371] [New LWP 2372] [New LWP 2373] [New LWP 2374] [New LWP 2375] [New LWP 2376] [New LWP 2377] [New LWP 2378] [New LWP 2379] [New LWP 2381] [New LWP 2382] [New LWP 2383] [New LWP 2384] [New LWP 2385] [New LWP 2386] [New LWP 2387] [New LWP 2388] [New LWP 2389] [New LWP 2390] [New LWP 2391] [New LWP 2392] [New LWP 2393] [New LWP 2394] [New LWP 2395] [New LWP 2411] [New LWP 2435] [New LWP 2436] [New LWP 2437] [New LWP 2442] [New LWP 2443] [New LWP 2454] [New LWP 2473] [New LWP 2474] [New LWP 2496] [New LWP 2497] [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 2513] [New LWP 2514] [New LWP 2515] [New LWP 2516] [New LWP 2517] [New LWP 2518] [New LWP 2519] [New LWP 2520] [New LWP 2521] [New LWP 2522] [New LWP 2523] [New LWP 2524] [New LWP 2525] [New LWP 2526] [New LWP 2527] [New LWP 2528] [New LWP 2529] [New LWP 2530] [New LWP 2531] [New LWP 2532] [New LWP 2533] [New LWP 2534] [New LWP 2535] [New LWP 2536] [New LWP 2537] [New LWP 2538] [New LWP 2539] [New LWP 2540] [New LWP 2541] [New LWP 2542] [New LWP 2543] [New LWP 2544] [New LWP 2545] [New LWP 2546] [New LWP 2547] [New LWP 2548] [New LWP 2549] [New LWP 2550] [New LWP 2551] [New LWP 2552] [New LWP 2553] [New LWP 2898] [New LWP 2899] [New LWP 2900] [New LWP 2901] [New LWP 2902] [New LWP 2903] [New LWP 2904] [New LWP 2905] [New LWP 2906] [New LWP 2907] [New LWP 2908] [New LWP 2909] [New LWP 2910] [New LWP 2911] [New LWP 2912] [New LWP 2913] [New LWP 2914] [New LWP 2915] [New LWP 2916] [New LWP 2917] [New LWP 2918] [New LWP 2919] [New LWP 2920] [New LWP 2921] [New LWP 2922] [New LWP 2923] [New LWP 2924] [New LWP 2925] [New LWP 2926] [New LWP 2927] [New LWP 2928] [New LWP 2929] [New LWP 2930] [New LWP 2931] [New LWP 2932] [New LWP 2933] [New LWP 2934] [New LWP 2972] [New LWP 2973] [New LWP 2974] [New LWP 2975] [New LWP 2976] [New LWP 2977] [New LWP 2978] [New LWP 2979] [New LWP 2980] [New LWP 2981] [New LWP 2982] [New LWP 2983] [New LWP 2984] [New LWP 2985] [New LWP 2986] [New LWP 2987] [New LWP 3094] [New LWP 3097] [New LWP 3098] [New LWP 3099] [New LWP 3100] [New LWP 3101] [New LWP 3102] [New LWP 3103] [New LWP 3104] [New LWP 3111] [New LWP 3112] [New LWP 3113] [New LWP 3124] [New LWP 3125] [New LWP 3126] [New LWP 3127] [New LWP 3128] [New LWP 3130] [New LWP 3131] [New LWP 3132] [New LWP 3133] [New LWP 3134] [New LWP 3135] [New LWP 3136] [New LWP 3137] [New LWP 3138] [New LWP 3139] [New LWP 3140] [New LWP 3141] [New LWP 3142] [New LWP 3143] [New LWP 3144] [New LWP 3145] [New LWP 3146] [New LWP 3147] [New LWP 3148] [New LWP 3149] [New LWP 3150] [New LWP 3151] [New LWP 3152] [New LWP 3153] [New LWP 3154] [New LWP 3155] [New LWP 3156] [New LWP 3157] [New LWP 3158] [New LWP 3159] [New LWP 3160] [New LWP 3161] [New LWP 3162] [New LWP 3163] [New LWP 3164] [New LWP 3165] [New LWP 3166] [New LWP 3167] [New LWP 3168] [New LWP 3169] [New LWP 3170] [New LWP 3171] [New LWP 3172] [New LWP 3173] [New LWP 3174] [New LWP 3175] [New LWP 3176] [New LWP 3177] [New LWP 3178] [New LWP 3179] [New LWP 3180] [New LWP 3181] [New LWP 3182] [New LWP 3183] [New LWP 3184] [New LWP 3185] [New LWP 3520] [New LWP 3521] [New LWP 3522] [New LWP 3580] [New LWP 3581] [New LWP 3582] [New LWP 3583] [New LWP 3584] [New LWP 3585] [New LWP 3586] [New LWP 3587] [New LWP 3590] [New LWP 3709] [New LWP 3710] [New LWP 3711] [New LWP 3712] [New LWP 3713] [New LWP 3788] [New LWP 3789] [New LWP 3995] [New LWP 3998] [New LWP 4017] [New LWP 4018] [New LWP 4019] [New LWP 4020] [New LWP 4021] [New LWP 4022] [New LWP 4023] [New LWP 4024] [New LWP 4025] [New LWP 4026] [New LWP 4027] [New LWP 4028] [New LWP 4029] [New LWP 4030] [New LWP 4031] [New LWP 4032] [New LWP 4033] [New LWP 4034] [New LWP 4035] [New LWP 4036] [New LWP 4037] [New LWP 4038] [New LWP 4039] [New LWP 4040] [New LWP 4041] [New LWP 4042] [New LWP 4043] [New LWP 4044] [New LWP 4045] [New LWP 4046] [New LWP 4047] [New LWP 4048] [New LWP 4049] [New LWP 4050] [New LWP 4051] [New LWP 4052] [New LWP 4053] [New LWP 4054] [New LWP 4055] [New LWP 4056] [New LWP 4057] [New LWP 4058] [New LWP 4059] [New LWP 4060] [New LWP 4061] [New LWP 4062] [New LWP 4063] [New LWP 4064] [New LWP 4065] [New LWP 4066] [New LWP 4067] [New LWP 4068] [New LWP 4069] [New LWP 4070] [New LWP 4071] [New LWP 4072] [New LWP 4073] [New LWP 4074] [New LWP 4075] [New LWP 4076] [New LWP 4077] [New LWP 4078] [New LWP 4079] [New LWP 4080] [New LWP 4081] [New LWP 4082] [New LWP 4084] [New LWP 4085] [New LWP 4086] [New LWP 4087] [New LWP 4088] [New LWP 4089] [New LWP 4090] [New LWP 4091] [New LWP 4092] [New LWP 4093] [New LWP 4094] [New LWP 4095] [New LWP 4096] [New LWP 4097] [New LWP 4098] [New LWP 4099] [New LWP 4100] [New LWP 4101] [New LWP 4102] [New LWP 4103] [New LWP 4104] [New LWP 4105] [New LWP 4106] [New LWP 4107] [New LWP 4108] [New LWP 4109] [New LWP 4110] [New LWP 4111] [New LWP 4112] [New LWP 4113] [New LWP 4114] [New LWP 4115] [New LWP 4116] [New LWP 4117] [New LWP 4118] [New LWP 4119] [New LWP 4120] [New LWP 4121] [New LWP 4122] [New LWP 4123] [New LWP 4124] [New LWP 4125] [New LWP 4126] [New LWP 4127] [New LWP 4128] [New LWP 4129] [New LWP 4130] [New LWP 4131] [New LWP 4132] [New LWP 4133] [New LWP 4134] [New LWP 4135] [New LWP 4136] [New LWP 4137] [New LWP 4138] [New LWP 4139] [New LWP 4140] [New LWP 4141] [New LWP 4142] [New LWP 4143] [New LWP 4144] [New LWP 4145] [New LWP 4146] [New LWP 4147] [New LWP 4148] [New LWP 4149] [New LWP 4150] [New LWP 4151] [New LWP 4152] [New LWP 4153] [New LWP 4154] [New LWP 4155] [New LWP 4156] [New LWP 4157] [New LWP 4158] [New LWP 4159] [New LWP 4160] [New LWP 4161] [New LWP 4162] [New LWP 4163] [New LWP 4164] [New LWP 4165] [New LWP 4166] [New LWP 4167] [New LWP 4168] [New LWP 4169] [New LWP 4170] [New LWP 4171] [New LWP 4172] [New LWP 4173] [New LWP 4174] [New LWP 4175] [New LWP 4176] [New LWP 4177] [New LWP 4178] [New LWP 4179] [New LWP 4180] [New LWP 4181] [New LWP 4182] [New LWP 4183] [New LWP 4184] [New LWP 4185] [New LWP 4186] [New LWP 4187] [New LWP 4188] [New LWP 4189] [New LWP 4190] [New LWP 4191] [New LWP 4192] [New LWP 4193] [New LWP 4194] [New LWP 4195] [New LWP 4196] [New LWP 4197] [New LWP 4198] [New LWP 4199] [New LWP 4200] [New LWP 4201] [New LWP 4202] [New LWP 4203] [New LWP 4204] [New LWP 4205] [New LWP 4206] [New LWP 4207] [New LWP 4208] [New LWP 4209] [New LWP 4210] [New LWP 4211] [New LWP 4212] [New LWP 4213] [New LWP 4214] [New LWP 4215] [New LWP 4216] [New LWP 4217] [New LWP 4218] [New LWP 4219] [New LWP 4220] [New LWP 4221] [New LWP 4222] [New LWP 4223] [New LWP 4224] [New LWP 4225] [New LWP 4226] [New LWP 4227] [New LWP 4228] [New LWP 4229] [New LWP 4230] [New LWP 4231] [New LWP 4232] [New LWP 4233] [New LWP 4234] [New LWP 4235] [New LWP 4236] [New LWP 4237] [New LWP 4238] [New LWP 4239] [New LWP 4240] [New LWP 4241] [New LWP 4242] [New LWP 4243] [New LWP 4244] [New LWP 4245] [New LWP 4246] [New LWP 4247] [New LWP 4248] [New LWP 4266] [New LWP 4267] [New LWP 4268] [New LWP 4269] [New LWP 4270] [New LWP 4271] [New LWP 4272] [New LWP 4273] [New LWP 4274] [New LWP 4275] [New LWP 5760] [New LWP 5960] [New LWP 6149] [New LWP 6403] [New LWP 6408] [New LWP 6437] [New LWP 6438] [New LWP 6439] [New LWP 6440] [New LWP 6441] [New LWP 6442] [New LWP 6443] [New LWP 6444] [New LWP 6445] [New LWP 6446] [New LWP 6447] [New LWP 6448] [New LWP 6449] [New LWP 6450] [New LWP 6451] [New LWP 6452] [New LWP 6453] [New LWP 6454] [New LWP 6455] [New LWP 6456] [New LWP 6457] [New LWP 6458] [New LWP 6459] [New LWP 6460] [New LWP 6461] [New LWP 6462] [New LWP 6463] [New LWP 6464] [New LWP 6465] [New LWP 6466] [New LWP 6467] [New LWP 6468] [New LWP 6469] [New LWP 6470] [New LWP 6471] [New LWP 6472] [New LWP 6473] [New LWP 6474] [New LWP 6475] [New LWP 6476] [New LWP 6477] [New LWP 6478] [New LWP 6479] [New LWP 6480] [New LWP 6481] [New LWP 6482] [New LWP 6483] [New LWP 6484] [New LWP 6485] [New LWP 6486] [New LWP 6487] [New LWP 6488] [New LWP 6489] [New LWP 6495] [New LWP 6721] [New LWP 6722] [New LWP 6723] [New LWP 6724] [New LWP 6725] [New LWP 6726] [New LWP 6727] [New LWP 6728] [New LWP 6729] [New LWP 6730] [New LWP 6731] [New LWP 6732] [New LWP 6733] [New LWP 6734] [New LWP 6735] [New LWP 6736] [New LWP 6737] [New LWP 6738] [New LWP 6739] [New LWP 6740] [New LWP 6741] [New LWP 6742] [New LWP 6743] [New LWP 6744] [New LWP 6745] [New LWP 6746] [New LWP 6747] [New LWP 6748] [New LWP 6749] [New LWP 6750] [New LWP 6751] [New LWP 6752] [New LWP 6753] [New LWP 6754] [New LWP 6755] [New LWP 6756] [New LWP 6757] [New LWP 6758] [New LWP 6759] [New LWP 6760] [New LWP 6761] [New LWP 6762] [New LWP 6763] [New LWP 6764] [New LWP 6765] [New LWP 6766] [New LWP 6767] [New LWP 6768] [New LWP 6769] [New LWP 6770] [New LWP 6771] [New LWP 6772] [New LWP 6773] [New LWP 6774] [New LWP 6775] [New LWP 6776] [New LWP 6777] [New LWP 6778] [New LWP 6779] [New LWP 6780] [New LWP 6781] [New LWP 6782] [New LWP 6783] [New LWP 6784] [New LWP 6785] [New LWP 6786] [New LWP 6787] [New LWP 6788] [New LWP 6789] [New LWP 6790] [New LWP 6791] [New LWP 6792] [New LWP 6793] [New LWP 6794] [New LWP 6795] [New LWP 6796] [New LWP 6797] [New LWP 6798] [New LWP 6799] [New LWP 6800] [New LWP 6801] [New LWP 6802] [New LWP 6803] [New LWP 6804] [New LWP 6805] [New LWP 6806] [New LWP 6807] [New LWP 6808] [New LWP 6809] [New LWP 6810] [New LWP 6811] [New LWP 6812] [New LWP 6932] [New LWP 8183] [New LWP 8184] [New LWP 8185] [New LWP 8186] [New LWP 8187] [New LWP 8188] [New LWP 8189] [New LWP 8190] [New LWP 8191] [New LWP 8192] [New LWP 8193] [New LWP 8194] [New LWP 8195] [New LWP 8196] [New LWP 8197] [New LWP 8198] [New LWP 8199] [New LWP 8200] [New LWP 8201] [New LWP 8202] [New LWP 8203] [New LWP 8204] [New LWP 8205] [New LWP 8206] [New LWP 8207] [New LWP 8208] [New LWP 8209] [New LWP 8210] [New LWP 8211] [New LWP 8212] [New LWP 8213] [New LWP 8214] [New LWP 8215] [New LWP 8216] [New LWP 8217] [New LWP 8218] [New LWP 8219] [New LWP 8220] [New LWP 8221] [New LWP 8222] [New LWP 8223] [New LWP 8224] [New LWP 8225] [New LWP 8226] [New LWP 8227] [New LWP 8228] [New LWP 8229] [New LWP 8230] [New LWP 8231] [New LWP 8232] [New LWP 8233] [New LWP 8234] [New LWP 8235] [New LWP 8236] [New LWP 8237] [New LWP 8238] [New LWP 8239] [New LWP 8240] [New LWP 8241] [New LWP 8242] [New LWP 8243] [New LWP 8244] [New LWP 8245] [New LWP 8246] [New LWP 8247] [New LWP 8248] [New LWP 8249] [New LWP 8250] [New LWP 8251] [New LWP 8252] [New LWP 8253] [New LWP 8254] [New LWP 8255] [New LWP 8256] [New LWP 8257] [New LWP 8258] [New LWP 8259] [New LWP 8260] [New LWP 8261] [New LWP 8262] [New LWP 8263] [New LWP 8264] [New LWP 8265] [New LWP 8266] [New LWP 8267] [New LWP 8268] [New LWP 8269] [New LWP 8270] [New LWP 8271] [New LWP 8272] [New LWP 8273] [New LWP 8274] [New LWP 8275] [New LWP 8276] [New LWP 8277] [New LWP 8278] [New LWP 8279] [New LWP 8280] [New LWP 8281] [New LWP 8282] [New LWP 8283] [New LWP 8284] [New LWP 8285] [New LWP 8286] [New LWP 8287] [New LWP 8288] [New LWP 8289] [New LWP 8290] [New LWP 8344] [New LWP 8345] [New LWP 8346] [New LWP 8347] [New LWP 8348] [New LWP 8349] [New LWP 8350] [New LWP 8351] [New LWP 8352] [New LWP 8353] [New LWP 8681] [New LWP 8682] [New LWP 8683] [New LWP 8684] [New LWP 8685] [New LWP 8686] [New LWP 8687] [New LWP 8688] [New LWP 8689] [New LWP 8690] [New LWP 8691] [New LWP 8692] [New LWP 8693] [New LWP 8694] [New LWP 8695] [New LWP 8696] [New LWP 8697] [New LWP 8698] [New LWP 8699] [New LWP 8700] [New LWP 8701] [New LWP 8702] [New LWP 8703] [New LWP 8704] [New LWP 8705] [New LWP 8706] [New LWP 8707] [New LWP 8708] [New LWP 8709] [New LWP 8710] [New LWP 8711] [New LWP 8712] [New LWP 8713] [New LWP 8714] [New LWP 8715] [New LWP 8716] [New LWP 8717] [New LWP 8718] [New LWP 8719] [New LWP 8720] [New LWP 8721] [New LWP 8722] [New LWP 8723] [New LWP 8724] [New LWP 8725] [New LWP 8726] [New LWP 8727] [New LWP 8728] [New LWP 8729] [New LWP 8730] [New LWP 8731] [New LWP 8732] [New LWP 8733] [New LWP 8734] [New LWP 21034] [New LWP 21214] [New LWP 22497] [New LWP 22639] [New LWP 28283] [New LWP 28543] [New LWP 28563] [New LWP 28612] [New LWP 28762] [New LWP 28811] [New LWP 28900] [New LWP 30647] [New LWP 38463] [New LWP 38468] [New LWP 38471] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 Thread 1221 (Thread 0x7fb36ffff700 (LWP 38471)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb63951ce08) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb63951ce08) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=0x7fb63951cd00) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1220 (Thread 0x7fb2ea7f4700 (LWP 38468)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb631434f58) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb631434f58) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=0x7fb631434e50) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1219 (Thread 0x7fb3baf7f700 (LWP 38463)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb6880c8018) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb6880c8018) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=0x7fb6880c7f10) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1218 (Thread 0x7fb448f14700 (LWP 30647)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb63812f148) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb63812f148) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=0x7fb63812f040) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1217 (Thread 0x7fb315f5b700 (LWP 28900)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1216 (Thread 0x7fb1af7fe700 (LWP 28811)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1215 (Thread 0x7fb46af58700 (LWP 28762)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1214 (Thread 0x7fb25effd700 (LWP 28612)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1213 (Thread 0x7fb2cbfff700 (LWP 28563)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1212 (Thread 0x7fb43c7f0700 (LWP 28543)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1211 (Thread 0x7fb4187a8700 (LWP 28283)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1210 (Thread 0x7fb16d7f2700 (LWP 22639)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1209 (Thread 0x7fb1faffd700 (LWP 22497)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1208 (Thread 0x7fb1a1ffb700 (LWP 21214)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb6300749a0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb6300749a0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb67b5b52a0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb67b5b52a0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb67b5b52a0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb638036590) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1207 (Thread 0x7fb2b2ffd700 (LWP 21034)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x7fb658071f68, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000032d506d5 in Poco::Event::tryWait (this=0x7fb658071fc0, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=10000) at ./base/poco/Foundation/src/NotificationQueue.cpp:114 #4 0x0000000032b2c01b in Poco::Net::TCPServerDispatcher::run (this=0x443b6e60) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104 #5 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb2d0dd3690) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #6 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1206 (Thread 0x7fb161fdb700 (LWP 8734)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544079a78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544079a70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1205 (Thread 0x7fb1627dc700 (LWP 8733)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1627d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1627d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c011198) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c011190) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1204 (Thread 0x7fb162fdd700 (LWP 8732)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb162fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb162fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54407c758) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54407c750) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1203 (Thread 0x7fb1637de700 (LWP 8731)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0952d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0952d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1202 (Thread 0x7fb163fdf700 (LWP 8730)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb163fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb163fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440776b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440776b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1201 (Thread 0x7fb1647e0700 (LWP 8729)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1647d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1647d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0f5958) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0f5950) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1200 (Thread 0x7fb164fe1700 (LWP 8728)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54401ead8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54401ead0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1199 (Thread 0x7fb1657e2700 (LWP 8727)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1657da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1657da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c10ae58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c10ae50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1198 (Thread 0x7fb165fe3700 (LWP 8726)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb165fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb165fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440130b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440130b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1197 (Thread 0x7fb1667e4700 (LWP 8725)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1667dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1667dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0f4e48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0f4e40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1196 (Thread 0x7fb166fe5700 (LWP 8724)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544077618) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544077610) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1195 (Thread 0x7fb1677e6700 (LWP 8723)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1677de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1677de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c07db28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c07db20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1194 (Thread 0x7fb167fe7700 (LWP 8722)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440797f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440797f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1193 (Thread 0x7fb1687e8700 (LWP 8721)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c009f38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c009f30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1192 (Thread 0x7fb168fe9700 (LWP 8720)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb610005e58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb610005e50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1191 (Thread 0x7fb1697ea700 (LWP 8719)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1697e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1697e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544017de8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544017de0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1190 (Thread 0x7fb169feb700 (LWP 8718)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55c4d1a38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55c4d1a30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1189 (Thread 0x7fb16a7ec700 (LWP 8717)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c025c38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c025c30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1188 (Thread 0x7fb16afed700 (LWP 8716)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb16afe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb16afe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb610125458) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb610125450) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1187 (Thread 0x7fb16b7ee700 (LWP 8715)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544a88358) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544a88350) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1186 (Thread 0x7fb16bfef700 (LWP 8714)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb16bfe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb16bfe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55c0543b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55c0543b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1185 (Thread 0x7fb16c7f0700 (LWP 8713)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c114138) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c114130) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1184 (Thread 0x7fb16cff1700 (LWP 8712)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b00ba8e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b00ba8e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1183 (Thread 0x7fb16d7f2700 (LWP 8711)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb2be8c0508, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb2be8c0508, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e733c6 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=this@entry=0x7fb2be8c04e0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e73275 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb2be8c0458, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6e327 in ConcurrentBoundedQueue > >::pop (this=0x7fb2be8c0458, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=0x7fb2be8c0400) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb16d7ea510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb16d7ea510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb2be8c0520, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb16d7ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb16d7ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61032be48) 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=0x7fb61032be40) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1182 (Thread 0x7fb16dff3700 (LWP 8710)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544022968) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544022960) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1181 (Thread 0x7fb16e7f4700 (LWP 8709)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb16e7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb16e7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a433eba8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a433eba0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1180 (Thread 0x7fb16eff5700 (LWP 8708)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440a7068) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440a7060) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1179 (Thread 0x7fb16f7f6700 (LWP 8707)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55c011658) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55c011650) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1178 (Thread 0x7fb16fff7700 (LWP 8706)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0fb7a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0fb7a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1177 (Thread 0x7fb1707f8700 (LWP 8705)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b00509a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b00509a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1176 (Thread 0x7fb170ff9700 (LWP 8704)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440f0308) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440f0300) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1175 (Thread 0x7fb1717fa700 (LWP 8703)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1717f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1717f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61093ada8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61093ada0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1174 (Thread 0x7fb171ffb700 (LWP 8702)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54554c4d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54554c4d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1173 (Thread 0x7fb1727fc700 (LWP 8701)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4a1c328) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4a1c320) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1172 (Thread 0x7fb172ffd700 (LWP 8700)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440207c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440207c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1171 (Thread 0x7fb1737fe700 (LWP 8699)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55c49b698) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55c49b690) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1170 (Thread 0x7fb173fff700 (LWP 8698)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb173ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb173ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c2c5768) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c2c5760) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1169 (Thread 0x7fb180ff1700 (LWP 8697)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b00d8178) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b00d8170) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1168 (Thread 0x7fb1b8ff1700 (LWP 8696)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544020518) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544020510) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1167 (Thread 0x7fb1b97f2700 (LWP 8695)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b97ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1b97ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6101259d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6101259d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1166 (Thread 0x7fb1b9ff3700 (LWP 8694)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4332148) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4332140) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1165 (Thread 0x7fb1ba7f4700 (LWP 8693)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ba7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1ba7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54401e4f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54401e4f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1164 (Thread 0x7fb1baff5700 (LWP 8692)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1bafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55c73dbd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55c73dbd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1163 (Thread 0x7fb1bb7f6700 (LWP 8691)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b04b3c98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b04b3c90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1162 (Thread 0x7fb1bbff7700 (LWP 8690)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54402b498) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54402b490) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1161 (Thread 0x7fb1bc7f8700 (LWP 8689)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bc7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1bc7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42ff878) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42ff870) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1160 (Thread 0x7fb1c8ff1700 (LWP 8688)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1c8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544073bd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544073bd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1159 (Thread 0x7fb1c97f2700 (LWP 8687)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b04a6408) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b04a6400) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1158 (Thread 0x7fb1c9ff3700 (LWP 8686)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1c9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1c9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54402d108) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54402d100) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1157 (Thread 0x7fb1ca7f4700 (LWP 8685)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a435c7a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a435c7a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1156 (Thread 0x7fb1caff5700 (LWP 8684)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1cafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1cafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544077768) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544077760) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1155 (Thread 0x7fb1cb7f6700 (LWP 8683)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b041a4c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b041a4c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1154 (Thread 0x7fb1cbff7700 (LWP 8682)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5440745d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5440745d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1153 (Thread 0x7fb1cc7f8700 (LWP 8681)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb544010948) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb544010940) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1152 (Thread 0x7fb1817f2700 (LWP 8353)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb550018448) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb550018440) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1151 (Thread 0x7fb181ff3700 (LWP 8352)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb181feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb181feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5502b5d98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5502b5d90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1150 (Thread 0x7fb1a8ff1700 (LWP 8351)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1a8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d857f128) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d857f120) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1149 (Thread 0x7fb1a97f2700 (LWP 8350)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55003c2c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55003c2c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1148 (Thread 0x7fb1a9ff3700 (LWP 8349)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1a9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1a9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d8135038) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d8135030) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1147 (Thread 0x7fb1aa7f4700 (LWP 8348)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb55001f3c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb55001f3c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1146 (Thread 0x7fb1aaff5700 (LWP 8347)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d8134d88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d8134d80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1145 (Thread 0x7fb1ab7f6700 (LWP 8346)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ab7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1ab7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5502db618) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5502db610) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1144 (Thread 0x7fb1abff7700 (LWP 8345)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb67c365e0c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb67c365e0c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb67c365de0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb67c365d58, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb67c365d58, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb67c365d00) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1abfef510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb1abfef510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb67c365e20, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1abfef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb1abfef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d825b3f8) 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=0x7fb4d825b3f0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1143 (Thread 0x7fb1ac7f8700 (LWP 8344)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb550307b08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb550307b00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1142 (Thread 0x7fb1827f4700 (LWP 8290)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59807eac8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59807eac0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1141 (Thread 0x7fb182ff5700 (LWP 8289)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980a9828) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980a9820) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1140 (Thread 0x7fb1837f6700 (LWP 8288)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1837ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1837ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c61ab18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c61ab10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1139 (Thread 0x7fb183ff7700 (LWP 8287)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534038528) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534038520) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1138 (Thread 0x7fb1847f8700 (LWP 8286)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980a9788) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980a9780) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1137 (Thread 0x7fb184ff9700 (LWP 8285)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c77ecb8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c77ecb0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1136 (Thread 0x7fb1857fa700 (LWP 8284)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534038228) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534038220) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1135 (Thread 0x7fb185ffb700 (LWP 8283)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb185ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb185ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a08ea868) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a08ea860) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1134 (Thread 0x7fb1867fc700 (LWP 8282)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59807f548) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59807f540) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1133 (Thread 0x7fb186ffd700 (LWP 8281)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c01ac28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c01ac20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1132 (Thread 0x7fb1877fe700 (LWP 8280)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1877f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1877f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb256288f38) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb256288f30) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1131 (Thread 0x7fb187fff700 (LWP 8279)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb187ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb187ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534037f28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534037f20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1130 (Thread 0x7fb18cff9700 (LWP 8278)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598017878) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598017870) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1129 (Thread 0x7fb18d7fa700 (LWP 8277)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb18d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c0337a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c0337a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1128 (Thread 0x7fb18dffb700 (LWP 8276)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534026b48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534026b40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1127 (Thread 0x7fb18e7fc700 (LWP 8275)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb18e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb18e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04c8fa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04c8fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1126 (Thread 0x7fb18effd700 (LWP 8274)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802a808) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59802a800) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1125 (Thread 0x7fb18f7fe700 (LWP 8273)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb24bcc58d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb24bcc58d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1124 (Thread 0x7fb18ffff700 (LWP 8272)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980205b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980205b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1123 (Thread 0x7fb194ff9700 (LWP 8271)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb194ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb194ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598074d78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598074d70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1122 (Thread 0x7fb1957fa700 (LWP 8270)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1957f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1957f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5340378a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5340378a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1121 (Thread 0x7fb195ffb700 (LWP 8269)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c761f78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c761f70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1120 (Thread 0x7fb1967fc700 (LWP 8268)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb2408c3b08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb2408c3b00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1119 (Thread 0x7fb196ffd700 (LWP 8267)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459ee48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459ee40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1118 (Thread 0x7fb1977fe700 (LWP 8266)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1977f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1977f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598079888) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598079880) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1117 (Thread 0x7fb197fff700 (LWP 8265)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb67c365e0c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb67c365e0c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb67c365de0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb67c365d58, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb67c365d58, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb67c365d00) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb197ff7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb197ff7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb67c365e20, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb197ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb197ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c5ed9a8) 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=0x7fb51c5ed9a0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1116 (Thread 0x7fb19cff9700 (LWP 8264)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04cdca8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04cdca0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1115 (Thread 0x7fb19d7fa700 (LWP 8263)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459eb48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459eb40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1114 (Thread 0x7fb19dffb700 (LWP 8262)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb19dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb24037aaf8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb24037aaf0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1113 (Thread 0x7fb19e7fc700 (LWP 8261)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c73cfc8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c73cfc0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1112 (Thread 0x7fb19effd700 (LWP 8260)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb19eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb19eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980a8348) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980a8340) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1111 (Thread 0x7fb19f7fe700 (LWP 8259)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c7586b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c7586b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1110 (Thread 0x7fb19ffff700 (LWP 8258)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802a8f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59802a8f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1109 (Thread 0x7fb1acff9700 (LWP 8257)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1acff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1acff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459e848) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459e840) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1108 (Thread 0x7fb1ad7fa700 (LWP 8256)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1ad7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1ad7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a0465e58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a0465e50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1107 (Thread 0x7fb1adffb700 (LWP 8255)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c020328) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c020320) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1106 (Thread 0x7fb1ae7fc700 (LWP 8254)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598073d08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598073d00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1105 (Thread 0x7fb1aeffd700 (LWP 8253)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459e548) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459e540) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1104 (Thread 0x7fb1af7fe700 (LWP 8252)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a0006b08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a0006b00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1103 (Thread 0x7fb1affff700 (LWP 8251)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1afff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1afff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c12a088) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c12a080) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1102 (Thread 0x7fb1b4ff9700 (LWP 8250)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59806fa58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59806fa50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1101 (Thread 0x7fb1b57fa700 (LWP 8249)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459e248) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459e240) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1100 (Thread 0x7fb1b5ffb700 (LWP 8248)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04d0738) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04d0730) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1099 (Thread 0x7fb1b67fc700 (LWP 8247)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c54f5e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c54f5e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1098 (Thread 0x7fb1b6ffd700 (LWP 8246)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980151b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980151b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1097 (Thread 0x7fb1b77fe700 (LWP 8245)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1b77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1b77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5340933a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5340933a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1096 (Thread 0x7fb1b7fff700 (LWP 8244)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04729d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04729d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1095 (Thread 0x7fb1bcff9700 (LWP 8243)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c126bc8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c126bc0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1094 (Thread 0x7fb1bd7fa700 (LWP 8242)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980a8848) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980a8840) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1093 (Thread 0x7fb1bdffb700 (LWP 8241)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb2be8c050c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb2be8c050c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e733c6 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=this@entry=0x7fb2be8c04e0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e73275 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb2be8c0458, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6e327 in ConcurrentBoundedQueue > >::pop (this=0x7fb2be8c0458, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=0x7fb2be8c0400) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bdff3510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb1bdff3510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb2be8c0520, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1bdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb1bdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5345a0688) 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=0x7fb5345a0680) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1092 (Thread 0x7fb1be7fc700 (LWP 8240)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb0783d6b48, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb0783d6b48, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb0783d6b20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb0783d6a98, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb0783d6a98, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb0783d6a40) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1be7f4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb1be7f4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb0783d6b60, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1be7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb1be7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb243d08138) 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=0x7fb243d08130) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1091 (Thread 0x7fb1beffd700 (LWP 8239)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1beff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1beff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a08e9b68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a08e9b60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1090 (Thread 0x7fb1bf7fe700 (LWP 8238)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c8653b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c8653b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1089 (Thread 0x7fb1bffff700 (LWP 8237)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59807aa68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59807aa60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1088 (Thread 0x7fb1ccff9700 (LWP 8236)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534092c58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534092c50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1087 (Thread 0x7fb1cd7fa700 (LWP 8235)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534092a38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534092a30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1086 (Thread 0x7fb1cdffb700 (LWP 8234)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1cdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1cdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a00090e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a00090e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1085 (Thread 0x7fb1ce7fc700 (LWP 8233)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a0004cd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a0004cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1084 (Thread 0x7fb1ceffd700 (LWP 8232)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c863a38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c863a30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1083 (Thread 0x7fb1cf7fe700 (LWP 8231)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5984e8d38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5984e8d30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1082 (Thread 0x7fb1cffff700 (LWP 8230)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534092658) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534092650) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1081 (Thread 0x7fb1d4ff9700 (LWP 8229)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459d7f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459d7f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1080 (Thread 0x7fb1d57fa700 (LWP 8228)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb25700cd38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb25700cd30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1079 (Thread 0x7fb1d5ffb700 (LWP 8227)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1d5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a0004c78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a0004c70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1078 (Thread 0x7fb1d67fc700 (LWP 8226)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459d4f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459d4f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1077 (Thread 0x7fb1d6ffd700 (LWP 8225)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980130a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980130a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1076 (Thread 0x7fb1d77fe700 (LWP 8224)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1d77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1d77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c545168) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c545160) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1075 (Thread 0x7fb1d7fff700 (LWP 8223)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a1269748) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a1269740) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1074 (Thread 0x7fb1f0ff9700 (LWP 8222)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04c75b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04c75b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1073 (Thread 0x7fb1f17fa700 (LWP 8221)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f17f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1f17f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459d118) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459d110) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1072 (Thread 0x7fb1f1ffb700 (LWP 8220)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459cef8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459cef0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1071 (Thread 0x7fb1f27fc700 (LWP 8219)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f27f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1f27f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802d8f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59802d8f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1070 (Thread 0x7fb1f2ffd700 (LWP 8218)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1f2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1f2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c53cc58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c53cc50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1069 (Thread 0x7fb1f37fe700 (LWP 8217)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a0645998) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a0645990) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1068 (Thread 0x7fb1f3fff700 (LWP 8216)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04c5af8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04c5af0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1067 (Thread 0x7fb1f8ffc700 (LWP 8215)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5984e3cd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5984e3cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1066 (Thread 0x7fb1faffd700 (LWP 8214)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51007e988) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51007e980) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1065 (Thread 0x7fb1fb7fe700 (LWP 8213)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1fb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1fb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53459cb58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53459cb50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1064 (Thread 0x7fb1fbfff700 (LWP 8212)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb1fbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb1fbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344f9fb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344f9fb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1063 (Thread 0x7fb208ff1700 (LWP 8211)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a05bfb28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a05bfb20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1062 (Thread 0x7fb2097f2700 (LWP 8210)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5482615d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5482615d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1061 (Thread 0x7fb209ff3700 (LWP 8209)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb209feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb209feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51007ec28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51007ec20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1060 (Thread 0x7fb20a7f4700 (LWP 8208)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c00daa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c00daa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1059 (Thread 0x7fb20aff5700 (LWP 8207)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a0633d18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a0633d10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1058 (Thread 0x7fb20b7f6700 (LWP 8206)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20b7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb20b7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5981099c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5981099c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1057 (Thread 0x7fb20bff7700 (LWP 8205)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a06b86b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a06b86b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1056 (Thread 0x7fb20c7f8700 (LWP 8204)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20c7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb20c7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5481c1d58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5481c1d50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1055 (Thread 0x7fb214ff9700 (LWP 8203)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb214ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb214ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344f9c68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344f9c60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1054 (Thread 0x7fb2157fa700 (LWP 8202)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a04c7da8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a04c7da0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1053 (Thread 0x7fb215ffb700 (LWP 8201)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb215ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb215ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344f99f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344f99f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1052 (Thread 0x7fb2167fc700 (LWP 8200)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb510087ab8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb510087ab0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1051 (Thread 0x7fb216ffd700 (LWP 8199)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63444f758) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63444f750) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1050 (Thread 0x7fb2177fe700 (LWP 8198)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c026138) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c026130) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1049 (Thread 0x7fb217fff700 (LWP 8197)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb217ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb217ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5984e2008) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5984e2000) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1048 (Thread 0x7fb2c4ff1700 (LWP 8196)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2c4fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2c4fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a07097c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a07097c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1047 (Thread 0x7fb2c57f2700 (LWP 8195)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2c57ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2c57ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54805a428) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54805a420) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1046 (Thread 0x7fb2c5ff3700 (LWP 8194)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63c67f318) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63c67f310) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1045 (Thread 0x7fb2c67f4700 (LWP 8193)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344f96a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344f96a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1044 (Thread 0x7fb2c6ff5700 (LWP 8192)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598213308) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598213300) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1043 (Thread 0x7fb2c77f6700 (LWP 8191)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344f9478) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344f9470) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1042 (Thread 0x7fb2c7ff7700 (LWP 8190)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5100827b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5100827b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1041 (Thread 0x7fb2c87f8700 (LWP 8189)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb634de80b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb634de80b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1040 (Thread 0x7fb370ff1700 (LWP 8188)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c009a18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c009a10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1039 (Thread 0x7fb3717f2700 (LWP 8187)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344525b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344525b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1038 (Thread 0x7fb371ff3700 (LWP 8186)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a0678fd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a0678fd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1037 (Thread 0x7fb3727f4700 (LWP 8185)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb54805a898) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb54805a890) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1036 (Thread 0x7fb372ff5700 (LWP 8184)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63ca44cb8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63ca44cb0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1035 (Thread 0x7fb3737f6700 (LWP 8183)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534457c18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534457c10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1034 (Thread 0x7fb2057fa700 (LWP 6932)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb6330d7838) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000032d99c98 in Poco::Event::wait (this=0x7fb6330d7838) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 Poco::PooledThread::run (this=0x7fb6330d7730) at ./base/poco/Foundation/src/ThreadPool.cpp:180 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1033 (Thread 0x7fb2067fc700 (LWP 6812)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4519598) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4519590) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1032 (Thread 0x7fb206ffd700 (LWP 6811)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a45193a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a45193a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1031 (Thread 0x7fb2077fe700 (LWP 6810)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42dfde8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42dfde0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1030 (Thread 0x7fb207fff700 (LWP 6809)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb207ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb207ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42dfae8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42dfae0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1029 (Thread 0x7fb20cff9700 (LWP 6808)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660d7d138) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660d7d130) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1028 (Thread 0x7fb20d7fa700 (LWP 6807)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660f6da58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660f6da50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1027 (Thread 0x7fb20dffb700 (LWP 6806)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66047da58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66047da50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1026 (Thread 0x7fb20e7fc700 (LWP 6805)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb661773738) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb661773730) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1025 (Thread 0x7fb20effd700 (LWP 6804)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4314e68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4314e60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1024 (Thread 0x7fb20f7fe700 (LWP 6803)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb20f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4295b78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4295b70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1023 (Thread 0x7fb20ffff700 (LWP 6802)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb20fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb20fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4295878) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4295870) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1022 (Thread 0x7fb21cff9700 (LWP 6801)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66008f2b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66008f2b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1021 (Thread 0x7fb21d7fa700 (LWP 6800)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e2368) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42e2360) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1020 (Thread 0x7fb21dffb700 (LWP 6799)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66007c9e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66007c9e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1019 (Thread 0x7fb21e7fc700 (LWP 6798)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb21e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb21e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e2068) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42e2060) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1018 (Thread 0x7fb21effd700 (LWP 6797)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66008eb48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66008eb40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1017 (Thread 0x7fb21f7fe700 (LWP 6796)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4289008) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4289000) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1016 (Thread 0x7fb21ffff700 (LWP 6795)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660082808) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660082800) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1015 (Thread 0x7fb224ff9700 (LWP 6794)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4288d08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4288d00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1014 (Thread 0x7fb2257fa700 (LWP 6793)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb661f76838) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb661f76830) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1013 (Thread 0x7fb225ffb700 (LWP 6792)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb225ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb225ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e0898) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42e0890) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1012 (Thread 0x7fb2267fc700 (LWP 6791)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb661f76538) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb661f76530) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1011 (Thread 0x7fb226ffd700 (LWP 6790)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x7fb4f41ebbd0, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x000000002f01f0b0 in Poco::Event::tryWait (this=0x7fb4f41ebbd0, milliseconds=137) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::EmbeddedDictionaries::reloadPeriodically (this=this@entry=0x7fb4f41ebb40) at ./src/Interpreters/EmbeddedDictionaries.cpp:104 #4 0x000000002f01f78d in 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=) 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=) 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=__buf@entry=0x7fb226ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb226ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb226ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e0598) 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=0x7fb6a42e0590) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1010 (Thread 0x7fb2277fe700 (LWP 6789)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66076e708) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66076e700) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1009 (Thread 0x7fb227fff700 (LWP 6788)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a429b388) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a429b380) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1008 (Thread 0x7fb22cff9700 (LWP 6787)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58820ee28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58820ee20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1007 (Thread 0x7fb22d7fa700 (LWP 6786)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb22d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42aaa78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42aaa70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1006 (Thread 0x7fb22dffb700 (LWP 6785)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb22dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb22dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660d77318) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660d77310) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1005 (Thread 0x7fb22e7fc700 (LWP 6784)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58820ebf8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58820ebf0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1004 (Thread 0x7fb22effd700 (LWP 6783)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c1ac078) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c1ac070) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1003 (Thread 0x7fb22f7fe700 (LWP 6782)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a429b368) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a429b360) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1002 (Thread 0x7fb22ffff700 (LWP 6781)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660476ce8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660476ce0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1001 (Thread 0x7fb234ff9700 (LWP 6780)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a426acc8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a426acc0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1000 (Thread 0x7fb2357fa700 (LWP 6779)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c042458) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c042450) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 999 (Thread 0x7fb235ffb700 (LWP 6778)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e1d18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42e1d10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 998 (Thread 0x7fb2367fc700 (LWP 6777)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6600bf068) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6600bf060) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 997 (Thread 0x7fb236ffd700 (LWP 6776)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58820e928) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58820e920) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 996 (Thread 0x7fb2377fe700 (LWP 6775)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a42e1a18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a42e1a10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 995 (Thread 0x7fb237fff700 (LWP 6774)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c1b80f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c1b80f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 994 (Thread 0x7fb23cff9700 (LWP 6773)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604247068) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604247060) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 993 (Thread 0x7fb23d7fa700 (LWP 6772)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4218ee8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4218ee0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 992 (Thread 0x7fb23dffb700 (LWP 6771)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb23dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588027a18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588027a10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 991 (Thread 0x7fb23e7fc700 (LWP 6770)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660073a08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660073a00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 990 (Thread 0x7fb23effd700 (LWP 6769)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c197668) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c197660) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 989 (Thread 0x7fb23f7fe700 (LWP 6768)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb23f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb23f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4218be8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4218be0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 988 (Thread 0x7fb23ffff700 (LWP 6767)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604e554b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604e554b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 987 (Thread 0x7fb244ff9700 (LWP 6766)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660078ea8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660078ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 986 (Thread 0x7fb2457fa700 (LWP 6765)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58831e058) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58831e050) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 985 (Thread 0x7fb245ffb700 (LWP 6764)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a48bbf78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a48bbf70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 984 (Thread 0x7fb2467fc700 (LWP 6763)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c02a998) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c02a990) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 983 (Thread 0x7fb246ffd700 (LWP 6762)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6600999d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6600999d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 982 (Thread 0x7fb2477fe700 (LWP 6761)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604e53ea8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604e53ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 981 (Thread 0x7fb247fff700 (LWP 6760)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4341768) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4341760) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 980 (Thread 0x7fb24cff9700 (LWP 6759)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5880721c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5880721c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 979 (Thread 0x7fb24d7fa700 (LWP 6758)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb24d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660024808) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660024800) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 978 (Thread 0x7fb24dffb700 (LWP 6757)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb24dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c023a78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c023a70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 977 (Thread 0x7fb24e7fc700 (LWP 6756)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a48bbda8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a48bbda0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 976 (Thread 0x7fb24effd700 (LWP 6755)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604e4f378) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604e4f370) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 975 (Thread 0x7fb24f7fe700 (LWP 6754)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb24f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb660097348) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb660097340) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 974 (Thread 0x7fb24ffff700 (LWP 6753)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb24fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb24fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588074668) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588074660) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 973 (Thread 0x7fb25cff9700 (LWP 6752)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb2be8c0508, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb2be8c0508, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e733c6 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=this@entry=0x7fb2be8c04e0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e73275 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb2be8c0458, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6e327 in ConcurrentBoundedQueue > >::pop (this=0x7fb2be8c0458, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=0x7fb2be8c0400) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25cff1510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb25cff1510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb2be8c0520, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb25cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a48bbbb8) 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=0x7fb6a48bbbb0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 972 (Thread 0x7fb25d7fa700 (LWP 6751)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c023708) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c023700) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 971 (Thread 0x7fb25dffb700 (LWP 6750)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb25dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66096ece8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66096ece0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 970 (Thread 0x7fb25e7fc700 (LWP 6749)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb25e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042923b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042923b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 969 (Thread 0x7fb25effd700 (LWP 6748)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a437d9b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a437d9b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 968 (Thread 0x7fb25f7fe700 (LWP 6747)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588206c88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588206c80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 967 (Thread 0x7fb25ffff700 (LWP 6746)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb25fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb25fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a433ec48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a433ec40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 966 (Thread 0x7fb268ff9700 (LWP 6745)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb268ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb268ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c03e8f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c03e8f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 965 (Thread 0x7fb2697fa700 (LWP 6744)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a433ea58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a433ea50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 964 (Thread 0x7fb269ffb700 (LWP 6743)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb606e2b1e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb606e2b1e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 963 (Thread 0x7fb26a7fc700 (LWP 6742)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a437d998) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a437d990) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 962 (Thread 0x7fb26affd700 (LWP 6741)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb26aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb26aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58807a3e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58807a3e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 961 (Thread 0x7fb26b7fe700 (LWP 6740)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c0062c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c0062c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 960 (Thread 0x7fb26bfff700 (LWP 6739)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60424a368) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60424a360) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 959 (Thread 0x7fb27cff9700 (LWP 6738)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5880a1858) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5880a1850) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 958 (Thread 0x7fb27d7fa700 (LWP 6737)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb27d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb27d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c05e0d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c05e0d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 957 (Thread 0x7fb27dffb700 (LWP 6736)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb27dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb27dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604277ec8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604277ec0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 956 (Thread 0x7fb27e7fc700 (LWP 6735)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588075978) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588075970) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 955 (Thread 0x7fb27effd700 (LWP 6734)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c027d88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c027d80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 954 (Thread 0x7fb27f7fe700 (LWP 6733)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb27f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb27f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042573c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042573c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 953 (Thread 0x7fb27ffff700 (LWP 6732)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588072318) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588072310) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 952 (Thread 0x7fb284ff9700 (LWP 6731)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c1903a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c1903a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 951 (Thread 0x7fb2857fa700 (LWP 6730)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e0395208) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e0395200) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 950 (Thread 0x7fb285ffb700 (LWP 6729)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb285ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb285ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534428a68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534428a60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 949 (Thread 0x7fb2867fc700 (LWP 6728)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e03683e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e03683e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 948 (Thread 0x7fb286ffd700 (LWP 6727)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5003f9f28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5003f9f20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 947 (Thread 0x7fb2877fe700 (LWP 6726)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e020ff28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e020ff20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 946 (Thread 0x7fb287fff700 (LWP 6725)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588080288) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588080280) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 945 (Thread 0x7fb294ff9700 (LWP 6724)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb294ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb294ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5003f9c68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5003f9c60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 944 (Thread 0x7fb2957fa700 (LWP 6723)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e0393d98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e0393d90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 943 (Thread 0x7fb295ffb700 (LWP 6722)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb588071f28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb588071f20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 942 (Thread 0x7fb2967fc700 (LWP 6721)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5003f99a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5003f99a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 941 (Thread 0x7fb296ffd700 (LWP 6495)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb296ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb296ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6cd0b6ad8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6cd0b6ad0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 940 (Thread 0x7fb2977fe700 (LWP 6489)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618007498) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618007490) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 939 (Thread 0x7fb297fff700 (LWP 6488)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5145f8a58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5145f8a50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 938 (Thread 0x7fb2a4ff9700 (LWP 6487)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618340f98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618340f90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 937 (Thread 0x7fb2a57fa700 (LWP 6486)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51411f758) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51411f750) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 936 (Thread 0x7fb2a5ffb700 (LWP 6485)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6182aadd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6182aadd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 935 (Thread 0x7fb2a67fc700 (LWP 6484)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51468f588) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51468f580) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 934 (Thread 0x7fb2a6ffd700 (LWP 6483)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb69023d6a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb69023d6a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 933 (Thread 0x7fb2a77fe700 (LWP 6482)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2a77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2a77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618161cd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618161cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 932 (Thread 0x7fb2a7fff700 (LWP 6481)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50802a688) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50802a680) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 931 (Thread 0x7fb2b8ff9700 (LWP 6480)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb690043da8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb690043da0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 930 (Thread 0x7fb2b97fa700 (LWP 6479)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2b97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2b97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5141c8ee8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5141c8ee0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 929 (Thread 0x7fb2b9ffb700 (LWP 6478)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508005888) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508005880) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 928 (Thread 0x7fb2ba7fc700 (LWP 6477)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618325858) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618325850) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 927 (Thread 0x7fb2baffd700 (LWP 6476)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2baff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2baff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6d031ed28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6d031ed20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 926 (Thread 0x7fb2bb7fe700 (LWP 6475)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6902d5ee8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6902d5ee0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 925 (Thread 0x7fb2bbfff700 (LWP 6474)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2bbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2bbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5140b9d28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5140b9d20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 924 (Thread 0x7fb2c0ff9700 (LWP 6473)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50801eea8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50801eea0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 923 (Thread 0x7fb2c17fa700 (LWP 6472)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618166f18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618166f10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 922 (Thread 0x7fb2c1ffb700 (LWP 6471)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb69030b468) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb69030b460) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 921 (Thread 0x7fb2c27fc700 (LWP 6470)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb514689878) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb514689870) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 920 (Thread 0x7fb2c2ffd700 (LWP 6469)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2c2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2c2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618297c68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618297c60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 919 (Thread 0x7fb2c37fe700 (LWP 6468)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508054228) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508054220) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 918 (Thread 0x7fb2c3fff700 (LWP 6467)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5140267d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5140267d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 917 (Thread 0x7fb2c8ff9700 (LWP 6466)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb690112aa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb690112aa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 916 (Thread 0x7fb2c97fa700 (LWP 6465)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6182e64f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6182e64f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 915 (Thread 0x7fb2c9ffb700 (LWP 6464)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508029de8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508029de0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 914 (Thread 0x7fb2ca7fc700 (LWP 6463)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5141463f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5141463f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 913 (Thread 0x7fb2caffd700 (LWP 6462)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb690216578) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb690216570) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 912 (Thread 0x7fb2cb7fe700 (LWP 6461)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2cb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2cb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618308a08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618308a00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 911 (Thread 0x7fb2cbfff700 (LWP 6460)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5080f16e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5080f16e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 910 (Thread 0x7fb2d4ff9700 (LWP 6459)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51401bcd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51401bcd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 909 (Thread 0x7fb2d57fa700 (LWP 6458)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb690111098) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb690111090) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 908 (Thread 0x7fb2d5ffb700 (LWP 6457)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb618011118) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb618011110) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 907 (Thread 0x7fb2d67fc700 (LWP 6456)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2d67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2d67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5080111f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5080111f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 906 (Thread 0x7fb2d6ffd700 (LWP 6455)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51413a2b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51413a2b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 905 (Thread 0x7fb2d77fe700 (LWP 6454)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2d77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2d77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb69030ba28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb69030ba20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 904 (Thread 0x7fb2d7fff700 (LWP 6453)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2d7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2d7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6181824b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6181824b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 903 (Thread 0x7fb2dcff9700 (LWP 6452)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2dcff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2dcff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508029ac8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508029ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 902 (Thread 0x7fb2dd7fa700 (LWP 6451)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb67c365e08, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb67c365e08, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb67c365de0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb67c365d58, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb67c365d58, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb67c365d00) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2dd7f2510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb2dd7f2510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb67c365e20, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2dd7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb2dd7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5146a82a8) 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=0x7fb5146a82a0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 901 (Thread 0x7fb2ddffb700 (LWP 6450)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2ddff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2ddff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6182fcb58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6182fcb50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 900 (Thread 0x7fb2de7fc700 (LWP 6449)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2de7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2de7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6902fa5e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6902fa5e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 899 (Thread 0x7fb2deffd700 (LWP 6448)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb514113008) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb514113000) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 898 (Thread 0x7fb2df7fe700 (LWP 6447)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5085a2c68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5085a2c60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 897 (Thread 0x7fb2dffff700 (LWP 6446)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6182735e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6182735e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 896 (Thread 0x7fb2e4ff9700 (LWP 6445)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6902d5aa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6902d5aa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 895 (Thread 0x7fb2e57fa700 (LWP 6444)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51400a368) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51400a360) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 894 (Thread 0x7fb2e5ffb700 (LWP 6443)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50800eb58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50800eb50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 893 (Thread 0x7fb2e67fc700 (LWP 6442)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2e67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2e67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5140b36c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5140b36c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 892 (Thread 0x7fb2e6ffd700 (LWP 6441)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2e6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2e6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d82459f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d82459f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 891 (Thread 0x7fb2e77fe700 (LWP 6440)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6d0378f18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6d0378f10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 890 (Thread 0x7fb2e8ff1700 (LWP 6439)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2e8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2e8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb690228278) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb690228270) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 889 (Thread 0x7fb2e97f2700 (LWP 6438)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51404d1b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51404d1b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 888 (Thread 0x7fb2e9ff3700 (LWP 6437)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2e9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2e9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66003bf28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66003bf20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 887 (Thread 0x7fb2f77fe700 (LWP 6408)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000351740d3 in epoll_pwait (fd=1842, ev=0x7fb2f77f6210, cnt=2, to=30000, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=1842, ev=0x7fb2f77f6210, cnt=2, to=30000) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x00000000316251a7 in DB::SocketInterruptablePollWrapper::poll (this=this@entry=0x7fb55c8b2ae0, remaining_time=, in=...) at ./src/Server/KeeperTCPHandler.cpp:135 #4 0x0000000031618411 in DB::KeeperTCPHandler::runImpl (this=0x7fb7042fcf90) at ./src/Server/KeeperTCPHandler.cpp:418 #5 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb7042fcf90) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #6 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x4435f6a0) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #7 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb6329b0ec0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #8 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 886 (Thread 0x7fb380ffc700 (LWP 6403)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x7fb6e4539f28, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000032d506d5 in Poco::Event::tryWait (this=0x7fb6e4539f80, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=10000) at ./base/poco/Foundation/src/NotificationQueue.cpp:114 #4 0x0000000032b2c01b in Poco::Net::TCPServerDispatcher::run (this=0x7fb50800dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104 #5 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb631194350) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #6 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 885 (Thread 0x7fb300730700 (LWP 6149)): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 884 (Thread 0x7fb392ffd700 (LWP 5960)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb632b33780, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb632b33780, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6d02de420) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6d02de420) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6d02de420) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb68a5811f0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 883 (Thread 0x7fb393fff700 (LWP 5760)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb6330d4060, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb6330d4060, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6c85b1220) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6c85b1220) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6c85b1220) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb688229f50) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 882 (Thread 0x7fb2e7fff700 (LWP 4275)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2e7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2e7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ff2c0298) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ff2c0290) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 881 (Thread 0x7fb2ecff9700 (LWP 4274)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f02b96f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f02b96f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 880 (Thread 0x7fb2ed7fa700 (LWP 4273)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2ed7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2ed7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50004a488) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50004a480) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 879 (Thread 0x7fb2edffb700 (LWP 4272)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ff2aeb58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ff2aeb50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 878 (Thread 0x7fb2ee7fc700 (LWP 4271)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2ee7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2ee7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f02b93f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f02b93f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 877 (Thread 0x7fb2eeffd700 (LWP 4270)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fee2dc98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fee2dc90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 876 (Thread 0x7fb2ef7fe700 (LWP 4269)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f02b90f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f02b90f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 875 (Thread 0x7fb2effff700 (LWP 4268)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2efff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2efff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fcf25ee8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fcf25ee0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 874 (Thread 0x7fb2fcf29700 (LWP 4267)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fd80d8f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fd80d8f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 873 (Thread 0x7fb2fd72a700 (LWP 4266)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ff2b3328) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ff2b3320) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 872 (Thread 0x7fb2fdf2b700 (LWP 4248)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594628818) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594628810) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 871 (Thread 0x7fb2fe72c700 (LWP 4247)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c0311c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c0311c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 870 (Thread 0x7fb2fef2d700 (LWP 4246)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534473e78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534473e70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 869 (Thread 0x7fb2ff72e700 (LWP 4245)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594543c88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594543c80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 868 (Thread 0x7fb2fff2f700 (LWP 4244)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb2fff27970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb2fff27970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c06ec38) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c06ec30) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 867 (Thread 0x7fb300730700 (LWP 4243)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534473b78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534473b70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 866 (Thread 0x7fb300f31700 (LWP 4242)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb300f29970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb300f29970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5940c1db8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5940c1db0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 865 (Thread 0x7fb301732700 (LWP 4241)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30172a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30172a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c06efa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c06efa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 864 (Thread 0x7fb301f33700 (LWP 4240)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534473878) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534473870) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 863 (Thread 0x7fb302734700 (LWP 4239)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594008248) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594008240) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 862 (Thread 0x7fb302f35700 (LWP 4238)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb302f2d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb302f2d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c0556e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c0556e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 861 (Thread 0x7fb303736700 (LWP 4237)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30372e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30372e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534473578) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534473570) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 860 (Thread 0x7fb303f37700 (LWP 4236)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594c15fa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594c15fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 859 (Thread 0x7fb304738700 (LWP 4235)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02ac38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02ac30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 858 (Thread 0x7fb304f39700 (LWP 4234)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534473278) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534473270) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 857 (Thread 0x7fb30573a700 (LWP 4233)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb305732970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb305732970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5943b1b68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5943b1b60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 856 (Thread 0x7fb305f3b700 (LWP 4232)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02e048) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02e040) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 855 (Thread 0x7fb30673c700 (LWP 4231)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472f78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472f70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 854 (Thread 0x7fb306f3d700 (LWP 4230)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594282098) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594282090) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 853 (Thread 0x7fb30773e700 (LWP 4229)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02da18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02da10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 852 (Thread 0x7fb307f3f700 (LWP 4228)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472c78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472c70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 851 (Thread 0x7fb308740700 (LWP 4227)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb308738970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb308738970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5945a2c98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5945a2c90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 850 (Thread 0x7fb308f41700 (LWP 4226)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02b3c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02b3c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 849 (Thread 0x7fb309742700 (LWP 4225)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30973a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30973a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472978) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472970) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 848 (Thread 0x7fb309f43700 (LWP 4224)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5944c40b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5944c40b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 847 (Thread 0x7fb30a744700 (LWP 4223)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00a358) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00a350) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 846 (Thread 0x7fb30af45700 (LWP 4222)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5944d4d28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5944d4d20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 845 (Thread 0x7fb30b746700 (LWP 4221)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30b73e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30b73e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00b1b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00b1b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 844 (Thread 0x7fb30bf47700 (LWP 4220)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472678) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472670) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 843 (Thread 0x7fb30c748700 (LWP 4219)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30c740970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30c740970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5945a3c88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5945a3c80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 842 (Thread 0x7fb30cf49700 (LWP 4218)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c018b78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c018b70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 841 (Thread 0x7fb30d74a700 (LWP 4217)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30d742970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30d742970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472378) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472370) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 840 (Thread 0x7fb30df4b700 (LWP 4216)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5960763e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5960763e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 839 (Thread 0x7fb30e74c700 (LWP 4215)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00bc88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00bc80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 838 (Thread 0x7fb30ef4d700 (LWP 4214)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534472078) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534472070) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 837 (Thread 0x7fb30f74e700 (LWP 4213)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30f746970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30f746970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594231b68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594231b60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 836 (Thread 0x7fb30ff4f700 (LWP 4212)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb30ff47970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb30ff47970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02aef8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02aef0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 835 (Thread 0x7fb310750700 (LWP 4211)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb310748970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb310748970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534471d78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534471d70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 834 (Thread 0x7fb310f51700 (LWP 4210)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5947acbb8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5947acbb0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 833 (Thread 0x7fb311752700 (LWP 4209)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31174a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31174a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00b3c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00b3c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 832 (Thread 0x7fb311f53700 (LWP 4208)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534471a78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534471a70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 831 (Thread 0x7fb312754700 (LWP 4207)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594756ac8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594756ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 830 (Thread 0x7fb312f55700 (LWP 4206)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb312f4d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb312f4d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00bff8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00bff0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 829 (Thread 0x7fb313756700 (LWP 4205)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534471778) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534471770) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 828 (Thread 0x7fb313f57700 (LWP 4204)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb5500210dc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb5500210dc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb5500210b0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb550021058, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb313f4f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb313f4f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb594098018) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb594098010) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 827 (Thread 0x7fb314758700 (LWP 4203)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c017a08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c017a00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 826 (Thread 0x7fb314f59700 (LWP 4202)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb314f51970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb314f51970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534471478) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534471470) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 825 (Thread 0x7fb31575a700 (LWP 4201)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59409a238) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59409a230) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 824 (Thread 0x7fb315f5b700 (LWP 4200)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c02b058) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c02b050) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 823 (Thread 0x7fb31675c700 (LWP 4199)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534450d08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534450d00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 822 (Thread 0x7fb316f5d700 (LWP 4198)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5943a99b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5943a99b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 821 (Thread 0x7fb31775e700 (LWP 4197)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb317756970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb317756970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58c00b528) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58c00b520) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 820 (Thread 0x7fb317f5f700 (LWP 4196)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534450a38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534450a30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 819 (Thread 0x7fb318760700 (LWP 4195)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb318758970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb318758970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534450768) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534450760) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 818 (Thread 0x7fb318f61700 (LWP 4194)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb318f59970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb318f59970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb534450498) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb534450490) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 817 (Thread 0x7fb319762700 (LWP 4193)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31975a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31975a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5344501c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5344501c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 816 (Thread 0x7fb319f63700 (LWP 4192)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5340a0de8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5340a0de0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 815 (Thread 0x7fb31a764700 (LWP 4191)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4483e98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4483e90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 814 (Thread 0x7fb31af65700 (LWP 4190)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4482968) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4482960) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 813 (Thread 0x7fb31b766700 (LWP 4189)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31b75e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31b75e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4482618) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4482610) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 812 (Thread 0x7fb31bf67700 (LWP 4188)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4482318) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4482310) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 811 (Thread 0x7fb31c768700 (LWP 4187)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6bd4b4138) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6bd4b4130) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 810 (Thread 0x7fb31cf69700 (LWP 4186)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4480298) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4480290) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 809 (Thread 0x7fb31d76a700 (LWP 4185)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40e4558) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40e4550) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 808 (Thread 0x7fb31df6b700 (LWP 4184)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40e4038) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40e4030) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 807 (Thread 0x7fb31e76c700 (LWP 4183)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40e3ce8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40e3ce0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 806 (Thread 0x7fb31ef6d700 (LWP 4182)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31ef65970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31ef65970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40e39e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40e39e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 805 (Thread 0x7fb31f76e700 (LWP 4181)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31f766970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31f766970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40e2be8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40e2be0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 804 (Thread 0x7fb31ff6f700 (LWP 4180)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb31ff67970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb31ff67970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e44e69e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e44e69e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 803 (Thread 0x7fb320770700 (LWP 4179)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb320768970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb320768970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e44e66e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e44e66e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 802 (Thread 0x7fb320f71700 (LWP 4178)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb320f69970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb320f69970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e44e6398) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e44e6390) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 801 (Thread 0x7fb321772700 (LWP 4177)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e45445f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e45445f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 800 (Thread 0x7fb321f73700 (LWP 4176)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb321f6b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb321f6b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e45440d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e45440d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 799 (Thread 0x7fb322774700 (LWP 4175)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32276c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32276c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4d8ba88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4d8ba80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 798 (Thread 0x7fb322f75700 (LWP 4174)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4d8b738) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4d8b730) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 797 (Thread 0x7fb323776700 (LWP 4173)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32376e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32376e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4d98578) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4d98570) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 796 (Thread 0x7fb323f77700 (LWP 4172)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4a43a38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4a43a30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 795 (Thread 0x7fb324778700 (LWP 4171)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5002e7c98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5002e7c90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 794 (Thread 0x7fb324f79700 (LWP 4170)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb324f71970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb324f71970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4a43528) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4a43520) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 793 (Thread 0x7fb32577a700 (LWP 4169)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb325772970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb325772970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4d8fb68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4d8fb60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 792 (Thread 0x7fb325f7b700 (LWP 4168)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb325f73970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb325f73970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4c9f2a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4c9f2a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 791 (Thread 0x7fb32677c700 (LWP 4167)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e4c9efa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e4c9efa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 790 (Thread 0x7fb326f7d700 (LWP 4166)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e40ee688) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e40ee680) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 789 (Thread 0x7fb32777e700 (LWP 4165)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780f4f58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780f4f50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 788 (Thread 0x7fb327f7f700 (LWP 4164)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780163a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780163a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 787 (Thread 0x7fb328780700 (LWP 4163)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb328778970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb328778970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780160a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780160a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 786 (Thread 0x7fb328f81700 (LWP 4162)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678109f68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678109f60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 785 (Thread 0x7fb329782700 (LWP 4161)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678109c68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678109c60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 784 (Thread 0x7fb329f83700 (LWP 4160)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb329f7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb329f7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678109968) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678109960) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 783 (Thread 0x7fb32a784700 (LWP 4159)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780e0158) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780e0150) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 782 (Thread 0x7fb32af85700 (LWP 4158)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32af7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32af7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780dfe58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780dfe50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 781 (Thread 0x7fb32b786700 (LWP 4157)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67800cbe8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67800cbe0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 780 (Thread 0x7fb32bf87700 (LWP 4156)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67800c8e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67800c8e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 779 (Thread 0x7fb32c788700 (LWP 4155)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6781ca468) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6781ca460) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 778 (Thread 0x7fb32cf89700 (LWP 4154)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32cf81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32cf81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6781ca168) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6781ca160) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 777 (Thread 0x7fb32d78a700 (LWP 4153)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780df858) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780df850) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 776 (Thread 0x7fb32df8b700 (LWP 4152)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32df83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32df83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780df668) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780df660) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 775 (Thread 0x7fb32e78c700 (LWP 4151)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67823d158) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67823d150) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 774 (Thread 0x7fb32ef8d700 (LWP 4150)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67823ce58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67823ce50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 773 (Thread 0x7fb32f78e700 (LWP 4149)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67810ce88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67810ce80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 772 (Thread 0x7fb32ff8f700 (LWP 4148)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb32ff87970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb32ff87970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67830dc58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67830dc50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 771 (Thread 0x7fb330790700 (LWP 4147)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb330788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb330788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb67830d988) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb67830d980) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 770 (Thread 0x7fb330f91700 (LWP 4146)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6781e9028) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6781e9020) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 769 (Thread 0x7fb331792700 (LWP 4145)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33178a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33178a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678015a78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678015a70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 768 (Thread 0x7fb331f93700 (LWP 4144)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678015878) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678015870) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 767 (Thread 0x7fb332794700 (LWP 4143)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33278c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33278c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6781e9628) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6781e9620) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 766 (Thread 0x7fb332f95700 (LWP 4142)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6781e9428) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6781e9420) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 765 (Thread 0x7fb333796700 (LWP 4141)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33378e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33378e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f021d4e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6f021d4e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 764 (Thread 0x7fb333f97700 (LWP 4140)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb333f8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb333f8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c07bcf8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c07bcf0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 763 (Thread 0x7fb334798700 (LWP 4139)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb334790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb334790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c52ec88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c52ec80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 762 (Thread 0x7fb334f99700 (LWP 4138)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb334f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb334f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c4a2948) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c4a2940) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 761 (Thread 0x7fb33579a700 (LWP 4137)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb335792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb335792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c53b508) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c53b500) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 760 (Thread 0x7fb335f9b700 (LWP 4136)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c22b168) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c22b160) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 759 (Thread 0x7fb33679c700 (LWP 4135)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c546bc8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c546bc0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 758 (Thread 0x7fb336f9d700 (LWP 4134)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb336f95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb336f95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c21e1e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c21e1e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 757 (Thread 0x7fb33779e700 (LWP 4133)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c198b48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c198b40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 756 (Thread 0x7fb337f9f700 (LWP 4132)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb337f97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb337f97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c094cd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c094cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 755 (Thread 0x7fb3387a0700 (LWP 4131)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb338798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb338798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c06fae8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c06fae0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 754 (Thread 0x7fb338fa1700 (LWP 4130)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c0908b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c0908b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 753 (Thread 0x7fb3397a2700 (LWP 4129)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c08c978) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c08c970) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 752 (Thread 0x7fb339fa3700 (LWP 4128)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb339f9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb339f9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c3f1038) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c3f1030) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 751 (Thread 0x7fb33a7a4700 (LWP 4127)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33a79c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33a79c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c0cde18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c0cde10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 750 (Thread 0x7fb33afa5700 (LWP 4126)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33af9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33af9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c0a8798) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c0a8790) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 749 (Thread 0x7fb33b7a6700 (LWP 4125)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c07c1f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c07c1f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 748 (Thread 0x7fb33bfa7700 (LWP 4124)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c094f28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c094f20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 747 (Thread 0x7fb33c7a8700 (LWP 4123)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb6973147cc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb6973147cc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb6973147a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb697314718, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb697314718, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb6973146c0) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33c7a0510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb33c7a0510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb6973147e0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33c7a0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb33c7a0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c535db8) 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=0x7fb61c535db0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 746 (Thread 0x7fb33cfa9700 (LWP 4122)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c546938) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c546930) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 745 (Thread 0x7fb33d7aa700 (LWP 4121)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33d7a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33d7a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c5468a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c5468a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 744 (Thread 0x7fb33dfab700 (LWP 4120)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33dfa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33dfa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c08c208) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c08c200) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 743 (Thread 0x7fb33e7ac700 (LWP 4119)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33e7a4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33e7a4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c08e528) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c08e520) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 742 (Thread 0x7fb33efad700 (LWP 4118)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33efa5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb33efa5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c06f958) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c06f950) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 741 (Thread 0x7fb33f7ae700 (LWP 4117)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c06f818) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c06f810) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 740 (Thread 0x7fb33ffaf700 (LWP 4116)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb0783d6b48, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb0783d6b48, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb0783d6b20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb0783d6a98, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb0783d6a98, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb0783d6a40) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33ffa7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb33ffa7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb0783d6b60, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb33ffa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb33ffa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e44d8948) 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=0x7fb6e44d8940) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 739 (Thread 0x7fb3407b0700 (LWP 4115)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3407a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3407a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5140224a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5140224a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 738 (Thread 0x7fb340fb1700 (LWP 4114)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb340fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb340fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb500027fb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb500027fb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 737 (Thread 0x7fb3417b2700 (LWP 4113)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3417aa970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3417aa970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c88d5458) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c88d5450) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 736 (Thread 0x7fb341fb3700 (LWP 4112)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb341fab970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb341fab970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5080373a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5080373a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 735 (Thread 0x7fb3427b4700 (LWP 4111)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3427ac970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3427ac970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb684018988) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb684018980) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 734 (Thread 0x7fb342fb5700 (LWP 4110)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb342fad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb342fad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb528017018) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb528017010) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 733 (Thread 0x7fb3437b6700 (LWP 4109)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3437ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3437ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c12c4f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c12c4f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 732 (Thread 0x7fb343fb7700 (LWP 4108)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb343faf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb343faf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5a411e618) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5a411e610) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 731 (Thread 0x7fb3447b8700 (LWP 4107)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb5500210dc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb5500210dc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb5500210b0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb550021058, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3447b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3447b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c008bc8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c008bc0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 730 (Thread 0x7fb344fb9700 (LWP 4106)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb344fb1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb344fb1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504051108) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504051100) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 729 (Thread 0x7fb3457ba700 (LWP 4105)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3457b2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3457b2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb520022b48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb520022b40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 728 (Thread 0x7fb345fbb700 (LWP 4104)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504046308) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504046300) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 727 (Thread 0x7fb3467bc700 (LWP 4103)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3467b4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3467b4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb518054408) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb518054400) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 726 (Thread 0x7fb346fbd700 (LWP 4102)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb346fb5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb346fb5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb620020868) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb620020860) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 725 (Thread 0x7fb3477be700 (LWP 4101)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4fc003988) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4fc003980) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 724 (Thread 0x7fb347fbf700 (LWP 4100)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb347fb7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb347fb7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50416ad08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50416ad00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 723 (Thread 0x7fb3487c0700 (LWP 4099)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3487b8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3487b8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51806ea58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51806ea50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 722 (Thread 0x7fb348fc1700 (LWP 4098)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb348fb9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb348fb9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5040491a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5040491a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 721 (Thread 0x7fb3497c2700 (LWP 4097)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d0007aa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d0007aa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 720 (Thread 0x7fb349fc3700 (LWP 4096)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb349fbb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb349fbb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6bc5ede58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6bc5ede50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 719 (Thread 0x7fb34a7c4700 (LWP 4095)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504048c28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504048c20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 718 (Thread 0x7fb34afc5700 (LWP 4094)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34afbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34afbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc0bc668) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc0bc660) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 717 (Thread 0x7fb34b7c6700 (LWP 4093)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34b7be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34b7be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504046db8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504046db0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 716 (Thread 0x7fb34bfc7700 (LWP 4092)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4e8408168) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4e8408160) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 715 (Thread 0x7fb34c7c8700 (LWP 4091)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34c7c0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34c7c0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50404f588) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50404f580) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 714 (Thread 0x7fb34cfc9700 (LWP 4090)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34cfc1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34cfc1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51007ef48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51007ef40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 713 (Thread 0x7fb34d7ca700 (LWP 4089)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34d7c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34d7c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb69c7d4b18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb69c7d4b10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 712 (Thread 0x7fb34dfcb700 (LWP 4088)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504284678) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504284670) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 711 (Thread 0x7fb34e7cc700 (LWP 4087)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c0120c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c0120c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 710 (Thread 0x7fb34efcd700 (LWP 4086)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34efc5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34efc5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb64c0710b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb64c0710b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 709 (Thread 0x7fb34f7ce700 (LWP 4085)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34f7c6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34f7c6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504289cb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504289cb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 708 (Thread 0x7fb34ffcf700 (LWP 4084)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb34ffc7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb34ffc7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042a6978) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042a6970) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 707 (Thread 0x7fb3507d0700 (LWP 4082)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3507c8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3507c8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042a6768) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042a6760) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 706 (Thread 0x7fb350fd1700 (LWP 4081)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb350fc9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb350fc9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50c1468a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50c1468a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 705 (Thread 0x7fb3517d2700 (LWP 4080)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3517ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3517ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042a6408) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042a6400) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 704 (Thread 0x7fb351fd3700 (LWP 4079)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb351fcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb351fcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d826ff38) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d826ff30) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 703 (Thread 0x7fb3527d4700 (LWP 4078)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb698127e38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb698127e30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 702 (Thread 0x7fb352fd5700 (LWP 4077)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb352fcd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb352fcd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6502d8078) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6502d8070) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 701 (Thread 0x7fb3537d6700 (LWP 4076)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3537ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3537ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504289c18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504289c10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 700 (Thread 0x7fb353fd7700 (LWP 4075)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc013988) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4cc013980) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 699 (Thread 0x7fb3547d8700 (LWP 4074)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3547d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3547d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504289918) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504289910) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 698 (Thread 0x7fb354fd9700 (LWP 4073)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb354fd1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb354fd1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5c0154a58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5c0154a50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 697 (Thread 0x7fb3557da700 (LWP 4072)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3557d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3557d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504289618) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504289610) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 696 (Thread 0x7fb355fdb700 (LWP 4071)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb68800cb38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb68800cb30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 695 (Thread 0x7fb3567dc700 (LWP 4070)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3567d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3567d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504288388) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504288380) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 694 (Thread 0x7fb356fdd700 (LWP 4069)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb356fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb356fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5c04a6d68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5c04a6d60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 693 (Thread 0x7fb3577de700 (LWP 4068)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504288088) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504288080) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 692 (Thread 0x7fb357fdf700 (LWP 4067)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb357fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb357fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f4204508) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f4204500) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 691 (Thread 0x7fb3587e0700 (LWP 4066)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb504287d88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb504287d80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 690 (Thread 0x7fb358fe1700 (LWP 4065)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb358fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb358fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f8015118) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f8015110) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 689 (Thread 0x7fb3597e2700 (LWP 4064)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3597da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3597da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042b8738) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042b8730) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 688 (Thread 0x7fb359fe3700 (LWP 4063)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb359fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb359fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f00892a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f00892a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 687 (Thread 0x7fb35a7e4700 (LWP 4062)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35a7dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35a7dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042b8488) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042b8480) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 686 (Thread 0x7fb35afe5700 (LWP 4061)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c081c0a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c081c0a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 685 (Thread 0x7fb35b7e6700 (LWP 4060)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35b7de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35b7de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042b8218) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042b8210) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 684 (Thread 0x7fb35bfe7700 (LWP 4059)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35bfdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35bfdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5880a2f28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5880a2f20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 683 (Thread 0x7fb35c7e8700 (LWP 4058)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb580018528) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb580018520) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 682 (Thread 0x7fb35cfe9700 (LWP 4057)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35cfe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35cfe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042abb48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042abb40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 681 (Thread 0x7fb35d7ea700 (LWP 4056)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35d7e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35d7e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6eca6cd88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6eca6cd80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 680 (Thread 0x7fb35dfeb700 (LWP 4055)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35dfe3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35dfe3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4e0047fb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4e0047fb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 679 (Thread 0x7fb35e7ec700 (LWP 4054)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35e7e4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35e7e4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042ab908) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042ab900) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 678 (Thread 0x7fb35efed700 (LWP 4053)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35efe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35efe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5544b6318) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5544b6310) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 677 (Thread 0x7fb35f7ee700 (LWP 4052)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35f7e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb35f7e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042ab6a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042ab6a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 676 (Thread 0x7fb35ffef700 (LWP 4051)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb67c365e0c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb67c365e0c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb67c365de0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb67c365d58, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb67c365d58, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb67c365d00) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35ffe7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb35ffe7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb67c365e20, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb35ffe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb35ffe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d82b3668) 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=0x7fb5d82b3660) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 675 (Thread 0x7fb3607f0700 (LWP 4050)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3607e8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3607e8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5042b9c48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5042b9c40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 674 (Thread 0x7fb360ff1700 (LWP 4049)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb360fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb360fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f80c5d58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f80c5d50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 673 (Thread 0x7fb3617f2700 (LWP 4048)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3617ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3617ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c083748) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c083740) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 672 (Thread 0x7fb361ff3700 (LWP 4047)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb361feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb361feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ac004138) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ac004130) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 671 (Thread 0x7fb3627f4700 (LWP 4046)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3627ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3627ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc0f5d28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc0f5d20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 670 (Thread 0x7fb362ff5700 (LWP 4045)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb362fed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb362fed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5340953b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5340953b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 669 (Thread 0x7fb3637f6700 (LWP 4044)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fd790168) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fd790160) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 668 (Thread 0x7fb363ff7700 (LWP 4043)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb363fef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb363fef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fd48c1b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fd48c1b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 667 (Thread 0x7fb3647f8700 (LWP 4042)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fde874b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fde874b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 666 (Thread 0x7fb364ff9700 (LWP 4041)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb364ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb364ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc137ca8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc137ca0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 665 (Thread 0x7fb3657fa700 (LWP 4040)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ff151a68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ff151a60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 664 (Thread 0x7fb365ffb700 (LWP 4039)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb365ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb365ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc0cf868) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc0cf860) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 663 (Thread 0x7fb3667fc700 (LWP 4038)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3667f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3667f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ffaa2c48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ffaa2c40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 662 (Thread 0x7fb366ffd700 (LWP 4037)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc903bf8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc903bf0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 661 (Thread 0x7fb3677fe700 (LWP 4036)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fdfbc068) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fdfbc060) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 660 (Thread 0x7fb367fff700 (LWP 4035)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb367ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb367ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fe4ebb98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fe4ebb90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 659 (Thread 0x7fb374ff9700 (LWP 4034)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fdfb8db8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fdfb8db0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 658 (Thread 0x7fb3757fa700 (LWP 4033)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc915528) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc915520) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 657 (Thread 0x7fb375ffb700 (LWP 4032)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb375ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb375ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f54b5138) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6f54b5130) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 656 (Thread 0x7fb3767fc700 (LWP 4031)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3767f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3767f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc0eb068) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc0eb060) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 655 (Thread 0x7fb376ffd700 (LWP 4030)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb376ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb376ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fdfcb4e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fdfcb4e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 654 (Thread 0x7fb3777fe700 (LWP 4029)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc53a028) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc53a020) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 653 (Thread 0x7fb377fff700 (LWP 4028)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fd4acb48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fd4acb40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 652 (Thread 0x7fb38cff9700 (LWP 4027)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb38cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb38cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb44427b478) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb44427b470) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 651 (Thread 0x7fb38d7fa700 (LWP 4026)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb38d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb38d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fc50d5f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fc50d5f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 650 (Thread 0x7fb38dffb700 (LWP 4025)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb38dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb38dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb44424e408) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb44424e400) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 649 (Thread 0x7fb38e7fc700 (LWP 4024)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5fee609e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5fee609e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 648 (Thread 0x7fb38effd700 (LWP 4023)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb678009a58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb678009a50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 647 (Thread 0x7fb38f7fe700 (LWP 4022)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb38f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb38f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780ccd28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780ccd20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 646 (Thread 0x7fb38ffff700 (LWP 4021)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6780c1718) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6780c1710) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 645 (Thread 0x7fb398ff9700 (LWP 4020)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb398ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb398ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59801f228) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59801f220) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 644 (Thread 0x7fb3997fa700 (LWP 4019)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3997f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3997f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598011cb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598011cb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 643 (Thread 0x7fb399ffb700 (LWP 4018)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc01c7e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc01c7e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 642 (Thread 0x7fb39a7fc700 (LWP 4017)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb6973147cc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb6973147cc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb6973147a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb697314718, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb697314718, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb6973146c0) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb39a7f4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb39a7f4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb6973147e0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb39a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb39a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598025218) 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=0x7fb598025210) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 641 (Thread 0x7fb39affd700 (LWP 3998)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb63007ab50, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb63007ab50, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6fc569920) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6fc569920) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6fc569920) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb63006bba0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 640 (Thread 0x7fb3a0ff9700 (LWP 3995)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x7fb6f030e878, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000032d506d5 in Poco::Event::tryWait (this=0x7fb6f030e8d0, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 Poco::NotificationQueue::waitDequeueNotification (this=, milliseconds=10000) at ./base/poco/Foundation/src/NotificationQueue.cpp:114 #4 0x0000000032b2c01b in Poco::Net::TCPServerDispatcher::run (this=0x445af040) at ./base/poco/Net/src/TCPServerDispatcher.cpp:104 #5 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb63002fd20) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #6 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 639 (Thread 0x7fb3a2ffd700 (LWP 3789)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb574957168, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb574957168, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 638 (Thread 0x7fb3a37fe700 (LWP 3788)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb57495716c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb57495716c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 637 (Thread 0x7fb3a3fff700 (LWP 3713)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb574957168, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb574957168, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 636 (Thread 0x7fb3b8f7b700 (LWP 3712)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb574957168, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb574957168, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 635 (Thread 0x7fb3b977c700 (LWP 3711)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb574957168, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb574957168, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 634 (Thread 0x7fb3b9f7d700 (LWP 3710)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb574957168, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb574957168, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 633 (Thread 0x7fb3ba77e700 (LWP 3709)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb57495716c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb57495716c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000003457b862 in void* std::__1::__thread_proxy[abi:v15000] >, arrow::internal::ThreadPool::LaunchWorkersUnlocked(int)::$_3> >(void*) () #4 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #5 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 632 (Thread 0x7fb3bb780700 (LWP 3590)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f4013348) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6f4013340) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 631 (Thread 0x7fb3bbf81700 (LWP 3587)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bbf79970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bbf79970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60cba3078) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60cba3070) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 630 (Thread 0x7fb3bc782700 (LWP 3586)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bc77a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bc77a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb570128ab8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb570128ab0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 629 (Thread 0x7fb3bcf83700 (LWP 3585)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bcf7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bcf7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5703ffbd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5703ffbd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 628 (Thread 0x7fb3bd784700 (LWP 3584)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bd77c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bd77c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60cbb0ef8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60cbb0ef0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 627 (Thread 0x7fb3bdf85700 (LWP 3583)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bdf7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bdf7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5690a6508) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5690a6500) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 626 (Thread 0x7fb3be786700 (LWP 3582)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3be77e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3be77e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb568513998) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb568513990) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 625 (Thread 0x7fb3e1fc8700 (LWP 3581)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e1fc0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e1fc0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb570498298) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb570498290) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 624 (Thread 0x7fb3e27c9700 (LWP 3580)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e27c1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e27c1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb568526c88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb568526c80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 623 (Thread 0x7fb3e2fca700 (LWP 3522)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e2fc2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e2fc2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5e4112148) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5e4112140) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 622 (Thread 0x7fb3e37cb700 (LWP 3521)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e37c3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e37c3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53002bef8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53002bef0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 621 (Thread 0x7fb3e3fcc700 (LWP 3520)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5e4005608) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5e4005600) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 620 (Thread 0x7fb3bef87700 (LWP 3185)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bef7f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bef7f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650064318) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650064310) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 619 (Thread 0x7fb3bf788700 (LWP 3184)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bf780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bf780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650064018) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650064010) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 618 (Thread 0x7fb3bff89700 (LWP 3183)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3bff81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3bff81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650063968) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650063960) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 617 (Thread 0x7fb3c078a700 (LWP 3182)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c0782970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c0782970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650063668) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650063660) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 616 (Thread 0x7fb3c0f8b700 (LWP 3181)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c0f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c0f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650063368) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650063360) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 615 (Thread 0x7fb3c178c700 (LWP 3180)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c1784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c1784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650063068) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650063060) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 614 (Thread 0x7fb3c1f8d700 (LWP 3179)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c1f85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c1f85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650062d68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650062d60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 613 (Thread 0x7fb3c278e700 (LWP 3178)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650062a68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650062a60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 612 (Thread 0x7fb3c2f8f700 (LWP 3177)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650062748) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650062740) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 611 (Thread 0x7fb3c3790700 (LWP 3176)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c3788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c3788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650062418) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650062410) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 610 (Thread 0x7fb3c3f91700 (LWP 3175)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650062118) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650062110) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 609 (Thread 0x7fb3c4792700 (LWP 3174)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c478a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c478a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d001f628) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d001f620) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 608 (Thread 0x7fb3c4f93700 (LWP 3173)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650060e18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650060e10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 607 (Thread 0x7fb3c5794700 (LWP 3172)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598086898) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598086890) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 606 (Thread 0x7fb3c5f95700 (LWP 3171)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c5f8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c5f8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650060b18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650060b10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 605 (Thread 0x7fb3c6796700 (LWP 3170)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d0006258) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d0006250) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 604 (Thread 0x7fb3c6f97700 (LWP 3169)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c6f8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c6f8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650060818) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650060810) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 603 (Thread 0x7fb3c7798700 (LWP 3168)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c7790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c7790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980ee838) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980ee830) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 602 (Thread 0x7fb3c7f99700 (LWP 3167)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c7f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c7f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598085ea8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598085ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 601 (Thread 0x7fb3c879a700 (LWP 3166)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3c8792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3c8792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650060518) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650060510) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 600 (Thread 0x7fb3c8f9b700 (LWP 3165)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d03bb578) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d03bb570) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 599 (Thread 0x7fb3c979c700 (LWP 3164)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650060218) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650060210) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 598 (Thread 0x7fb3c9f9d700 (LWP 3163)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598081bf8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598081bf0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 597 (Thread 0x7fb3ca79e700 (LWP 3162)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005ff18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005ff10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 596 (Thread 0x7fb3caf9f700 (LWP 3161)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d00167d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d00167d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 595 (Thread 0x7fb3cb7a0700 (LWP 3160)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005fc18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005fc10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 594 (Thread 0x7fb3cbfa1700 (LWP 3159)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3cbf99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3cbf99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59806ffb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59806ffb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 593 (Thread 0x7fb3cc7a2700 (LWP 3158)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005f918) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005f910) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 592 (Thread 0x7fb3ccfa3700 (LWP 3157)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ccf9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ccf9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d03b8e38) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d03b8e30) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 591 (Thread 0x7fb3cd7a4700 (LWP 3156)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005f618) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005f610) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 590 (Thread 0x7fb3cdfa5700 (LWP 3155)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598083888) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598083880) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 589 (Thread 0x7fb3ce7a6700 (LWP 3154)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ce79e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ce79e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005f318) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005f310) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 588 (Thread 0x7fb3cefa7700 (LWP 3153)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d03b8078) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d03b8070) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 587 (Thread 0x7fb3cf7a8700 (LWP 3152)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6500043c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6500043c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 586 (Thread 0x7fb3cffa9700 (LWP 3151)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598070ff8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598070ff0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 585 (Thread 0x7fb3d07aa700 (LWP 3150)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005ed78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005ed70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 584 (Thread 0x7fb3d0fab700 (LWP 3149)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d0026f98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d0026f90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 583 (Thread 0x7fb3d17ac700 (LWP 3148)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5685114d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5685114d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 582 (Thread 0x7fb3d1fad700 (LWP 3147)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005ea78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005ea70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 581 (Thread 0x7fb3d27ae700 (LWP 3146)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d27a6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d27a6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598016fa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598016fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 580 (Thread 0x7fb3d2faf700 (LWP 3145)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d2fa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d2fa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005e778) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005e770) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 579 (Thread 0x7fb3d37b0700 (LWP 3144)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598082c78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598082c70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 578 (Thread 0x7fb3d3fb1700 (LWP 3143)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d3fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d3fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005e478) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005e470) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 577 (Thread 0x7fb3d47b2700 (LWP 3142)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005e178) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005e170) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 576 (Thread 0x7fb3d4fb3700 (LWP 3141)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005de78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005de70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 575 (Thread 0x7fb3d57b4700 (LWP 3140)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005db78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005db70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 574 (Thread 0x7fb3d5fb5700 (LWP 3139)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d5fad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d5fad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005d878) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005d870) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 573 (Thread 0x7fb3d67b6700 (LWP 3138)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005d578) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005d570) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 572 (Thread 0x7fb3d6fb7700 (LWP 3137)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d6faf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d6faf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005d278) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005d270) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 571 (Thread 0x7fb3d77b8700 (LWP 3136)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d77b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d77b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb65005cf78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb65005cf70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 570 (Thread 0x7fb3d7fb9700 (LWP 3135)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650035798) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650035790) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 569 (Thread 0x7fb3d87ba700 (LWP 3134)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650035498) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650035490) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 568 (Thread 0x7fb3d8fbb700 (LWP 3133)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3d8fb3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3d8fb3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650035198) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650035190) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 567 (Thread 0x7fb3d97bc700 (LWP 3132)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb62c4f8238) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb62c4f8230) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 566 (Thread 0x7fb3d9fbd700 (LWP 3131)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650034e98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650034e90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 565 (Thread 0x7fb3da7be700 (LWP 3130)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3da7b6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3da7b6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ec01ec48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ec01ec40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 564 (Thread 0x7fb3dafbf700 (LWP 3128)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650034c78) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650034c70) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 563 (Thread 0x7fb3db7c0700 (LWP 3127)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3db7b8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3db7b8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650034ac8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650034ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 562 (Thread 0x7fb3dbfc1700 (LWP 3126)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3dbfb9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3dbfb9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6000545d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6000545d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 561 (Thread 0x7fb3dc7c2700 (LWP 3125)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb650034918) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb650034910) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 560 (Thread 0x7fb3dcfc3700 (LWP 3124)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3dcfbb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3dcfbb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5ec01e828) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5ec01e820) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 559 (Thread 0x7fb3dd7c4700 (LWP 3113)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3dd7bc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3dd7bc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e3c98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d01e3c90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 558 (Thread 0x7fb3ddfc5700 (LWP 3112)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ddfbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ddfbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b8006428) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b8006420) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 557 (Thread 0x7fb3de7c6700 (LWP 3111)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb6973147c8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb6973147c8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb6973147a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb697314718, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb697314718, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb6973146c0) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3de7be510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb3de7be510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb6973147e0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3de7be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb3de7be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e27f8) 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=0x7fb5d01e27f0) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 556 (Thread 0x7fb3defc7700 (LWP 3104)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3defbf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3defbf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b8006128) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b8006120) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 555 (Thread 0x7fb3df7c8700 (LWP 3103)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3df7c0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3df7c0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e4198) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d01e4190) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 554 (Thread 0x7fb3dffc9700 (LWP 3102)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b8005e68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b8005e60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 553 (Thread 0x7fb3e07ca700 (LWP 3101)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e07c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e07c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e2cd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d01e2cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 552 (Thread 0x7fb3fdffb700 (LWP 3100)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b8005ba8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b8005ba0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 551 (Thread 0x7fb3fe7fc700 (LWP 3099)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3fe7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3fe7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e2358) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d01e2350) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 550 (Thread 0x7fb3feffd700 (LWP 3098)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3feff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3feff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b80058e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b80058e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 549 (Thread 0x7fb3ff7fe700 (LWP 3097)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d01e20c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d01e20c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 548 (Thread 0x7fb3fffff700 (LWP 3094)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb6973147cc, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb6973147cc, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb6973147a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb697314718, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb697314718, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb6973146c0) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ffff7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb3ffff7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb6973147e0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ffff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb3ffff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b8008408) 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=0x7fb6b8008400) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 547 (Thread 0x7fb3e47cd700 (LWP 2987)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f40109e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f40109e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 546 (Thread 0x7fb3e4fce700 (LWP 2986)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb664034a98) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb664034a90) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 545 (Thread 0x7fb3e57cf700 (LWP 2985)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400dc38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f400dc30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 544 (Thread 0x7fb3e5fd0700 (LWP 2984)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb664034798) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb664034790) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 543 (Thread 0x7fb3e67d1700 (LWP 2983)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e67c9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e67c9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400d968) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f400d960) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 542 (Thread 0x7fb3e6fd2700 (LWP 2982)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb664034498) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb664034490) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 541 (Thread 0x7fb3e77d3700 (LWP 2981)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e77cb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e77cb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66402eef8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb66402eef0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 540 (Thread 0x7fb3e7fd4700 (LWP 2980)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e7fcc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e7fcc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400ec28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f400ec20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 539 (Thread 0x7fb3e87d5700 (LWP 2979)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e87cd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3e87cd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6640338d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6640338d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 538 (Thread 0x7fb3e8fd6700 (LWP 2978)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb0783d6b48, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb0783d6b48, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb0783d6b20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb0783d6a98, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb0783d6a98, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb0783d6a40) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e8fce510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb3e8fce510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb0783d6b60, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e8fce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb3e8fce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400cf38) 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=0x7fb5f400cf30) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 537 (Thread 0x7fb3e97d7700 (LWP 2977)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6640335d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6640335d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 536 (Thread 0x7fb3e9fd8700 (LWP 2976)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb67c0ab260, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb67c0ab260, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x0000000032134419 in Coordination::ZooKeeper::receiveThread (this=this@entry=0x7fb67c10a650) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:678 #5 0x000000003213bca1 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 #6 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 #7 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 #8 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 #9 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=) at ./src/Common/ThreadPool.h:227 #10 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 #11 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 #12 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=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 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=__buf@entry=0x7fb3e9fd0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3e9fd0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb3e9fd0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6640332d8) 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=0x7fb6640332d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 535 (Thread 0x7fb3ea7d9700 (LWP 2975)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400cc18) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f400cc10) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 534 (Thread 0x7fb3eafda700 (LWP 2974)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3eafd2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3eafd2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb664032ea8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb664032ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 533 (Thread 0x7fb3eb7db700 (LWP 2973)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3eb7d3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3eb7d3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f400d8d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f400d8d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 532 (Thread 0x7fb3ebfdc700 (LWP 2972)): #0 _io_uring_get_cqe (ring=0x7fb62007d020, cqe_ptr=0x7fb3ebfd4558, data=data@entry=0x7fb3ebfd4230) at ./contrib/liburing/src/queue.c:116 #1 0x0000000033130a30 in __io_uring_get_cqe (ring=0x46c, cqe_ptr=0x0, submit=, wait_nr=856886305, sigmask=0x0) at ./contrib/liburing/src/queue.c:146 #2 0x000000002e196437 in io_uring_wait_cqe_nr (ring=0x7fb62007d020, cqe_ptr=0x7fb3ebfd4558, wait_nr=1) at ./contrib/liburing/src/include/liburing.h:1175 #3 io_uring_wait_cqe (ring=0x7fb62007d020, cqe_ptr=0x7fb3ebfd4558) at ./contrib/liburing/src/include/liburing.h:1248 #4 DB::IOUringReader::monitorRing (this=this@entry=0x7fb62007cfe8) at ./src/Disks/IO/IOUringReader.cpp:210 #5 0x000000002e199fc1 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=) 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=) 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=__buf@entry=0x7fb3ebfd4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ebfd4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb3ebfd4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb66402eed8) 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=0x7fb66402eed0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 531 (Thread 0x7fb3ec7dd700 (LWP 2934)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fb67c10a9ac, __m=0x189, __ts=0x7fb3ec7d5360) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x7fb67c10a9ac, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x7fb67c10a980, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x7fb67c10a980, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x7fb67c10a980, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x0000000032140859 in 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=0x7fb67c10a980, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003214047d 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=0x7fb67c10a980, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=this@entry=0x7fb67c10a8f8, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x0000000032132389 in ConcurrentBoundedQueue::tryPop (this=0x7fb67c10a8f8, x=..., milliseconds=9999) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 Coordination::ZooKeeper::sendThread (this=this@entry=0x7fb67c10a650) at ./src/Common/ZooKeeper/ZooKeeperImpl.cpp:593 #11 0x000000003213b9c1 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=) 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=) 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=__buf@entry=0x7fb3ec7d5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ec7d5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fb3ec7d5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802c728) 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=0x7fb59802c720) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 530 (Thread 0x7fb3ecfde700 (LWP 2933)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ecfd6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ecfd6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f039f368) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f039f360) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 529 (Thread 0x7fb3ed7df700 (LWP 2932)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ed7d7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ed7d7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980181e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980181e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 528 (Thread 0x7fb3edfe0700 (LWP 2931)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3edfd8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3edfd8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f039f098) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f039f090) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 527 (Thread 0x7fb3ee7e1700 (LWP 2930)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598081ab8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598081ab0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 526 (Thread 0x7fb3eefe2700 (LWP 2929)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59801c148) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59801c140) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 525 (Thread 0x7fb3ef7e3700 (LWP 2928)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3ef7db970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3ef7db970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f039edc8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f039edc0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 524 (Thread 0x7fb3effe4700 (LWP 2927)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598081b58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598081b50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 523 (Thread 0x7fb3f07e5700 (LWP 2926)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f038e678) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f038e670) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 522 (Thread 0x7fb3f0fe6700 (LWP 2925)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f0fde970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f0fde970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980223c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980223c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 521 (Thread 0x7fb3f17e7700 (LWP 2924)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f17df970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f17df970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0399878) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0399870) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 520 (Thread 0x7fb3f1fe8700 (LWP 2923)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802e988) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59802e980) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 519 (Thread 0x7fb3f27e9700 (LWP 2922)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f27e1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f27e1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0397988) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0397980) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 518 (Thread 0x7fb3f2fea700 (LWP 2921)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59802c368) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59802c360) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 517 (Thread 0x7fb3f37eb700 (LWP 2920)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f37e3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f37e3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0393f98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0393f90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 516 (Thread 0x7fb3f3fec700 (LWP 2919)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598103f48) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598103f40) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 515 (Thread 0x7fb3f47ed700 (LWP 2918)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f47e5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f47e5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f000cd18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f000cd10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 514 (Thread 0x7fb3f4fee700 (LWP 2917)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59801fe58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59801fe50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 513 (Thread 0x7fb3f57ef700 (LWP 2916)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0399c68) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0399c60) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 512 (Thread 0x7fb3f5ff0700 (LWP 2915)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59801ee88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59801ee80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 511 (Thread 0x7fb3f67f1700 (LWP 2914)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f03969f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f03969f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 510 (Thread 0x7fb3f6ff2700 (LWP 2913)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f6fea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f6fea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598022958) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598022950) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 509 (Thread 0x7fb3f77f3700 (LWP 2912)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f038d498) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f038d490) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 508 (Thread 0x7fb3f7ff4700 (LWP 2911)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f7fec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f7fec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980240e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980240e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 507 (Thread 0x7fb3f87f5700 (LWP 2910)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0392ea8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0392ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 506 (Thread 0x7fb3f8ff6700 (LWP 2909)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59810ed08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59810ed00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 505 (Thread 0x7fb3f97f7700 (LWP 2908)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f97ef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f97ef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0396668) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0396660) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 504 (Thread 0x7fb3f9ff8700 (LWP 2907)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3f9ff0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3f9ff0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980258a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980258a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 503 (Thread 0x7fb3fa7f9700 (LWP 2906)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3fa7f1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3fa7f1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0394ac8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0394ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 502 (Thread 0x7fb3faffa700 (LWP 2905)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53401c338) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53401c330) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 501 (Thread 0x7fb3fb7fb700 (LWP 2904)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3fb7f3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3fb7f3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b801acc8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b801acc0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 500 (Thread 0x7fb3fbffc700 (LWP 2903)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53403cee8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53403cee0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 499 (Thread 0x7fb3fc7fd700 (LWP 2902)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3fc7f5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3fc7f5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5b801aa08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5b801aa00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 498 (Thread 0x7fb3fcffe700 (LWP 2901)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb3fcff6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb3fcff6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5980243a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5980243a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 497 (Thread 0x7fb404f81700 (LWP 2900)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f0009d08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f0009d00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 496 (Thread 0x7fb405782700 (LWP 2899)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40577a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40577a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb598024498) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb598024490) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 495 (Thread 0x7fb405f83700 (LWP 2898)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f039f7e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f039f7e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 494 (Thread 0x7fb406784700 (LWP 2553)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63c076078) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63c076070) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 493 (Thread 0x7fb406f85700 (LWP 2552)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb406f7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb406f7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d1ba8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d1ba0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 492 (Thread 0x7fb407786700 (LWP 2551)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40777e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40777e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63c29dc28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63c29dc20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 491 (Thread 0x7fb407f87700 (LWP 2550)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d18a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d18a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 490 (Thread 0x7fb408788700 (LWP 2549)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x7fb69022aa88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x0000000030134d71 in Poco::Event::wait (this=0x80) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::TransactionLog::runUpdatingThread (this=this@entry=0x7fb690216778) at ./src/Interpreters/TransactionLog.cpp:214 #4 0x000000003013ffeb 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb408780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb408780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63c49f808) 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=0x7fb63c49f800) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 489 (Thread 0x7fb408f89700 (LWP 2548)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb5500210d8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb5500210d8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb5500210b0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb550021058, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb408f81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb408f81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d15a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d15a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 488 (Thread 0x7fb40978a700 (LWP 2547)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb63c6802c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb63c6802c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 487 (Thread 0x7fb409f8b700 (LWP 2546)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb409f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb409f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d12a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d12a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 486 (Thread 0x7fb40a78c700 (LWP 2545)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40a784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40a784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb554022698) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb554022690) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 485 (Thread 0x7fb40af8d700 (LWP 2544)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8012f2c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8012f2c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8012f00, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8012ea8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40af85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40af85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d0fa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d0fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 484 (Thread 0x7fb40b78e700 (LWP 2543)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d0cd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d0cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 483 (Thread 0x7fb40bf8f700 (LWP 2542)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d52a8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d52a0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 482 (Thread 0x7fb40c790700 (LWP 2541)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40c788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40c788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d4fa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d4fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 481 (Thread 0x7fb40cf91700 (LWP 2540)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d4cd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d4cd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 480 (Thread 0x7fb40d792700 (LWP 2539)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d4a08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d4a00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 479 (Thread 0x7fb40df93700 (LWP 2538)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40df8b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40df8b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d47c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d47c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 478 (Thread 0x7fb40e794700 (LWP 2537)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40e78c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40e78c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5842d4588) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5842d4580) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 477 (Thread 0x7fb40ef95700 (LWP 2536)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40ef8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40ef8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb520014078) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb520014070) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 476 (Thread 0x7fb40f796700 (LWP 2535)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40f78e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40f78e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6bc0033a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6bc0033a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 475 (Thread 0x7fb40ff97700 (LWP 2534)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb40ff8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb40ff8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6c82d3e98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6c82d3e90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 474 (Thread 0x7fb410798700 (LWP 2533)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb410790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb410790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a06b98d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a06b98d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 473 (Thread 0x7fb410f99700 (LWP 2532)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb410f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb410f91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb514006e28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb514006e20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 472 (Thread 0x7fb41179a700 (LWP 2531)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb411792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb411792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5800c4008) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5800c4000) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 471 (Thread 0x7fb411f9b700 (LWP 2530)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb411f93970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb411f93970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53800cdf8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53800cdf0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 470 (Thread 0x7fb41279c700 (LWP 2529)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb412794970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb412794970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5944fba08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5944fba00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 469 (Thread 0x7fb412f9d700 (LWP 2528)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb412f95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb412f95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508023288) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508023280) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 468 (Thread 0x7fb41379e700 (LWP 2527)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb413796970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb413796970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb59c00ddb8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb59c00ddb0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 467 (Thread 0x7fb413f9f700 (LWP 2526)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb413f97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb413f97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c036348) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c036340) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 466 (Thread 0x7fb4147a0700 (LWP 2525)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb414798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb414798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5c400dda8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5c400dda0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 465 (Thread 0x7fb414fa1700 (LWP 2524)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb414f99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb414f99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5d806b158) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5d806b150) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 464 (Thread 0x7fb4157a2700 (LWP 2523)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5f000c198) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5f000c190) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 463 (Thread 0x7fb415fa3700 (LWP 2522)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c01e4f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c01e4f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 462 (Thread 0x7fb4167a4700 (LWP 2521)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5e0011e38) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5e0011e30) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 461 (Thread 0x7fb416fa5700 (LWP 2520)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb416f9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb416f9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c00fe88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c00fe80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 460 (Thread 0x7fb4177a6700 (LWP 2519)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5e0011ff8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5e0011ff0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 459 (Thread 0x7fb417fa7700 (LWP 2518)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb417f9f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb417f9f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0203d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0203d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 458 (Thread 0x7fb4187a8700 (LWP 2517)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c00d7f8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c00d7f0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 457 (Thread 0x7fb418fa9700 (LWP 2516)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb418fa1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb418fa1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0aa1f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0aa1f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 456 (Thread 0x7fb4197aa700 (LWP 2515)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4197a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4197a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8b78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8b70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 455 (Thread 0x7fb419fab700 (LWP 2514)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb419fa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb419fa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8528) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8520) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 454 (Thread 0x7fb41a7ac700 (LWP 2513)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8668) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8660) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 453 (Thread 0x7fb41afad700 (LWP 2512)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a82b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a82b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 452 (Thread 0x7fb41b7ae700 (LWP 2511)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c00d748) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c00d740) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 451 (Thread 0x7fb41bfaf700 (LWP 2510)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41bfa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb41bfa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a9da8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a9da0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 450 (Thread 0x7fb41c7b0700 (LWP 2509)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb2be8c0508, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb2be8c0508, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e733c6 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=this@entry=0x7fb2be8c04e0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e73275 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb2be8c0458, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6e327 in ConcurrentBoundedQueue > >::pop (this=0x7fb2be8c0458, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)1>::updateThreadFunction (this=0x7fb2be8c0400) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41c7a8510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb41c7a8510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb2be8c0520, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41c7a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb41c7a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a9268) 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=0x7fb57c0a9260) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 449 (Thread 0x7fb41cfb1700 (LWP 2508)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41cfa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb41cfa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8858) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8850) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 448 (Thread 0x7fb41d7b2700 (LWP 2507)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a9aa8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a9aa0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 447 (Thread 0x7fb41dfb3700 (LWP 2506)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8ad8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8ad0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 446 (Thread 0x7fb41e7b4700 (LWP 2505)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a8dd8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a8dd0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 445 (Thread 0x7fb41efb5700 (LWP 2504)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41efad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb41efad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0a7c98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0a7c90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 444 (Thread 0x7fb41f7b6700 (LWP 2503)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb41f7ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb41f7ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c00f748) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c00f740) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 443 (Thread 0x7fb41ffb7700 (LWP 2502)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c00f838) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c00f830) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 442 (Thread 0x7fb4207b8700 (LWP 2501)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0110e8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0110e0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 441 (Thread 0x7fb420fb9700 (LWP 2500)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c010d28) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c010d20) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 440 (Thread 0x7fb4217ba700 (LWP 2499)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4217b2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4217b2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c011cc8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c011cc0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 439 (Thread 0x7fb421fbb700 (LWP 2498)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb421fb3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb421fb3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c0114a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c0114a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 438 (Thread 0x7fb4227bc700 (LWP 2497)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c012fc8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c012fc0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 437 (Thread 0x7fb422fbd700 (LWP 2496)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb422fb5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb422fb5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb57c012b28) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb57c012b20) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 436 (Thread 0x7fb423fbf700 (LWP 2474)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb423fb7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb423fb7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb698212398) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb698212390) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 435 (Thread 0x7fb4247c0700 (LWP 2473)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e82840d8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e82840d0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 434 (Thread 0x7fb4257c2700 (LWP 2454)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb630d12290, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb630d12290, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb5741a74d0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb5741a74d0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb5741a74d0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb68800a9f0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 433 (Thread 0x7fb425fc3700 (LWP 2443)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb630c72ab0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb630c72ab0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb568520c50) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb568520c50) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb568520c50) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb630021360) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 432 (Thread 0x7fb4267c4700 (LWP 2442)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb63003f620, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb63003f620, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb560450490) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb560450490) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb560450490) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb68800a4c0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 431 (Thread 0x7fb426fc5700 (LWP 2437)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb426fbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb426fbd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c01f588) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c01f580) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 430 (Thread 0x7fb4277c6700 (LWP 2436)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4277be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4277be970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb694022008) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb694022000) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 429 (Thread 0x7fb427fc7700 (LWP 2435)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb427fbf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb427fbf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb53c023868) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb53c023860) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 428 (Thread 0x7fb428fc9700 (LWP 2411)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb630c630f0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb630c630f0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb5543879d0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb5543879d0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb5543879d0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb688009a10) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 427 (Thread 0x7fb4297ca700 (LWP 2395)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d30, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d30, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4297c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4297c2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508022b88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508022b80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 426 (Thread 0x7fb429fcb700 (LWP 2394)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8236088) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8236080) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 425 (Thread 0x7fb42a7cc700 (LWP 2393)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb42a7c4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb42a7c4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5080238e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5080238e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 424 (Thread 0x7fb42afcd700 (LWP 2392)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8235d88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8235d80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 423 (Thread 0x7fb42b7ce700 (LWP 2391)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508022978) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508022970) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 422 (Thread 0x7fb42bfcf700 (LWP 2390)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8235a88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8235a80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 421 (Thread 0x7fb42c7d0700 (LWP 2389)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5080228c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5080228c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 420 (Thread 0x7fb42cfd1700 (LWP 2388)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8235788) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8235780) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 419 (Thread 0x7fb42d7d2700 (LWP 2387)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb42d7ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb42d7ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb508022608) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb508022600) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 418 (Thread 0x7fb42dfd3700 (LWP 2386)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb42dfcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb42dfcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8239d88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8239d80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 417 (Thread 0x7fb42e7d4700 (LWP 2385)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb42e7cc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb42e7cc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8239a88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8239a80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 416 (Thread 0x7fb42efd5700 (LWP 2384)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8239658) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8239650) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 415 (Thread 0x7fb42f7d6700 (LWP 2383)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb42f7ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb42f7ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8239388) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8239380) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 414 (Thread 0x7fb42ffd7700 (LWP 2382)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8239148) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8239140) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 413 (Thread 0x7fb4307d8700 (LWP 2381)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4307d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4307d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e8238f08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e8238f00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 412 (Thread 0x7fb4317da700 (LWP 2379)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4317d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4317d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb698210958) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb698210950) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 411 (Thread 0x7fb431fdb700 (LWP 2378)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb431fd3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb431fd3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb680088898) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb680088890) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 410 (Thread 0x7fb4327dc700 (LWP 2377)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4327d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4327d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a000d238) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a000d230) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 409 (Thread 0x7fb432fdd700 (LWP 2376)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb432fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb432fd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6bc36d1e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6bc36d1e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 408 (Thread 0x7fb4337de700 (LWP 2375)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4337d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4337d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6ac3a70b8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6ac3a70b0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 407 (Thread 0x7fb433fdf700 (LWP 2374)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb433fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb433fd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b42ce578) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b42ce570) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 406 (Thread 0x7fb4347e0700 (LWP 2373)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4347d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4347d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6c0291398) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6c0291390) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 405 (Thread 0x7fb434fe1700 (LWP 2372)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb434fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb434fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6e42af778) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6e42af770) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 404 (Thread 0x7fb4357e2700 (LWP 2371)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4357da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4357da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6dc005fd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6dc005fd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 403 (Thread 0x7fb435fe3700 (LWP 2370)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb435fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb435fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6d40098e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6d40098e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 402 (Thread 0x7fb4367e4700 (LWP 2369)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4367dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4367dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb68000a518) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb68000a510) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 401 (Thread 0x7fb436fe5700 (LWP 2368)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb436fdd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb436fdd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6c020a538) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6c020a530) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 400 (Thread 0x7fb4377e6700 (LWP 2367)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4377de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4377de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6c820a6e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6c820a6e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 399 (Thread 0x7fb437fe7700 (LWP 2366)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb437fdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb437fdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6bc20a568) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6bc20a560) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 398 (Thread 0x7fb4387e8700 (LWP 2365)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4387e0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb4387e0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6ac009558) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6ac009550) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 397 (Thread 0x7fb438fe9700 (LWP 2364)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb438fe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb438fe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6b420a378) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6b420a370) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 396 (Thread 0x7fb4397ea700 (LWP 2350)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb63002db90, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb63002db90, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6fc3d38b0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6fc3d38b0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6fc3d38b0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb688008fb0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 395 (Thread 0x7fb43a7ec700 (LWP 2229)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb632f00cf0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb632f00cf0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6ec019f50) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6ec019f50) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6ec019f50) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb6880085c0) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 394 (Thread 0x7fb43b7ee700 (LWP 2143)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb0783d6b4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb0783d6b4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000029e71546 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=this@entry=0x7fb0783d6b20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000029e713f5 in ConcurrentBoundedQueue > >::popImpl (this=this@entry=0x7fb0783d6a98, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000029e6d447 in ConcurrentBoundedQueue > >::pop (this=0x7fb0783d6a98, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::updateThreadFunction (this=0x7fb0783d6a40) at ./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:135 #7 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb43b7e6510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #8 std::__1::function::operator()() const (this=0x7fb43b7e6510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #9 ThreadPoolImpl >::worker (this=this@entry=0x7fb0783d6b60, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #10 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb43b7e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb43b7e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb69c3b7e08) 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=0x7fb69c3b7e00) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 393 (Thread 0x7fb43bfef700 (LWP 2142)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb6330e2db0, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb6330e2db0, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb6e82481b0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb6e82481b0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb6e82481b0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x7fb688007a30) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 392 (Thread 0x7fb43c7f0700 (LWP 2141)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6800106b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6800106b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 391 (Thread 0x7fb43cff1700 (LWP 2139)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb43cfe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb43cfe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4239608) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4239600) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 390 (Thread 0x7fb43d7f2700 (LWP 2138)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb68000fe58) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb68000fe50) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 389 (Thread 0x7fb43dff3700 (LWP 2136)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb43dfeb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb43dfeb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a4239308) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a4239300) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 388 (Thread 0x7fb43e7f4700 (LWP 2135)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb680011228) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb680011220) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 387 (Thread 0x7fb43eff5700 (LWP 2134)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423d938) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423d930) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 386 (Thread 0x7fb43f7f6700 (LWP 2131)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c802bbe8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c802bbe8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c802bbc0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c802bb68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb43f7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb43f7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb680004218) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb680004210) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 385 (Thread 0x7fb43fff7700 (LWP 2130)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423d668) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423d660) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 384 (Thread 0x7fb4407f8700 (LWP 2129)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6800121b8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6800121b0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 383 (Thread 0x7fb440ff9700 (LWP 2128)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423d398) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423d390) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 382 (Thread 0x7fb4417fa700 (LWP 2127)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb68000a488) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb68000a480) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 381 (Thread 0x7fb441ffb700 (LWP 2125)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423d0c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423d0c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 380 (Thread 0x7fb4427fc700 (LWP 2124)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423ced8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423ced0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 379 (Thread 0x7fb442ffd700 (LWP 2123)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423cc08) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423cc00) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 378 (Thread 0x7fb4437fe700 (LWP 2122)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6a423c9c8) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6a423c9c0) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 377 (Thread 0x7fb44a717700 (LWP 2092)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x443821f4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x443821f4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x443821c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x44382170, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44a70f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44a70f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb62c0079f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb62c0079f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 376 (Thread 0x7fb44af18700 (LWP 2087)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44af10970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44af10970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb580041d98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb580041d90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 375 (Thread 0x7fb44b719700 (LWP 2086)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44b711970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44b711970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c860e88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c860e80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 374 (Thread 0x7fb44bf1a700 (LWP 2085)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44bf12970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44bf12970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50c029548) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50c029540) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 373 (Thread 0x7fb44c71b700 (LWP 2084)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44c713970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44c713970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f80a7198) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f80a7190) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 372 (Thread 0x7fb44cf1c700 (LWP 2083)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44cf14970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44cf14970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5800474c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5800474c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 371 (Thread 0x7fb44d71d700 (LWP 2082)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44d715970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44d715970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c64de68) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c64de60) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 370 (Thread 0x7fb44df1e700 (LWP 2081)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44df16970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44df16970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f808bbd8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f808bbd0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 369 (Thread 0x7fb44e71f700 (LWP 2080)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44e717970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44e717970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50c363ae8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50c363ae0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 368 (Thread 0x7fb44ef20700 (LWP 2079)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44ef18970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44ef18970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb58001ef58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb58001ef50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 367 (Thread 0x7fb44f721700 (LWP 2078)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44f719970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44f719970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb5601362e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb5601362e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 366 (Thread 0x7fb44ff22700 (LWP 2077)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb44ff1a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb44ff1a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4f80942d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4f80942d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 365 (Thread 0x7fb450723700 (LWP 2076)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45071b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45071b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb51c023c08) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb51c023c00) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 364 (Thread 0x7fb450f24700 (LWP 2073)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb450f1c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb450f1c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50c03b558) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50c03b550) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 363 (Thread 0x7fb451725700 (LWP 2072)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45171d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45171d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb50c03b458) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb50c03b450) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 362 (Thread 0x7fb451f26700 (LWP 2070)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb451f1e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb451f1e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb62c5c1df8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb62c5c1df0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 361 (Thread 0x7fb452727700 (LWP 2056)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x445a3d10, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x445a3d10, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x445aeec0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 360 (Thread 0x7fb452f28700 (LWP 2055)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x443c9160, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x443c9160, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4457dfe0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 359 (Thread 0x7fb453729700 (LWP 2054)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x4457e7a0, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x4457e7a0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4456c4a0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 358 (Thread 0x7fb453f2a700 (LWP 2053)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x444935c0, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x444935c0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4456c2f0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 357 (Thread 0x7fb45472b700 (LWP 2052)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x445a2f60, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x445a2f60, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4456b2a0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 356 (Thread 0x7fb454f2c700 (LWP 2051)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x443e1ae0, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x443e1ae0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4456b450) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 355 (Thread 0x7fb45572d700 (LWP 2050)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x4459ee30, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x4459ee30, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x4456b0f0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 354 (Thread 0x7fb455f2e700 (LWP 2049)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x44557210, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x44557210, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x445a24a0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 353 (Thread 0x7fb45672f700 (LWP 2048)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x444a1380, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x444a1380, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x44580220) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 352 (Thread 0x7fb456f30700 (LWP 2044)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb456f28970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb456f28970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c24a868) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c24a860) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 351 (Thread 0x7fb457731700 (LWP 2043)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb457729970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb457729970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61423cba8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61423cba0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 350 (Thread 0x7fb457f32700 (LWP 2042)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb457f2a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb457f2a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb62401fa58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb62401fa50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 349 (Thread 0x7fb458733700 (LWP 2041)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45872b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45872b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604290078) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604290070) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 348 (Thread 0x7fb458f34700 (LWP 2040)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb458f2c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb458f2c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6142387e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6142387e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 347 (Thread 0x7fb459735700 (LWP 2039)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45972d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45972d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042892f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042892f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 346 (Thread 0x7fb459f36700 (LWP 2038)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb459f2e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb459f2e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c2417d8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c2417d0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 345 (Thread 0x7fb45a737700 (LWP 2037)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45a72f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45a72f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb61c0aafa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb61c0aafa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 344 (Thread 0x7fb45af38700 (LWP 2036)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45af30970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45af30970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c240098) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c240090) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 343 (Thread 0x7fb45b739700 (LWP 2035)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45b731970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45b731970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb614233aa8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb614233aa0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 342 (Thread 0x7fb45bf3a700 (LWP 2034)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45bf32970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45bf32970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604286338) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604286330) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 341 (Thread 0x7fb45c73b700 (LWP 2033)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45c733970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45c733970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6142323a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6142323a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 340 (Thread 0x7fb45cf3c700 (LWP 2032)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45cf34970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45cf34970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604284ca8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604284ca0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 339 (Thread 0x7fb45d73d700 (LWP 2031)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45d735970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45d735970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c239ed8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c239ed0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 338 (Thread 0x7fb45df3e700 (LWP 2030)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45df36970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45df36970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb614002b88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb614002b80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 337 (Thread 0x7fb45e73f700 (LWP 2029)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45e737970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45e737970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042699c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042699c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 336 (Thread 0x7fb45ef40700 (LWP 2028)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45ef38970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45ef38970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c238808) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c238800) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 335 (Thread 0x7fb45f741700 (LWP 2027)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x445d0748, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000032082e6d in Poco::Event::tryWait (this=0xfffffffffffffdfc, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::ConfigReloader::run (this=this@entry=0x41bed070) at ./src/Common/Config/ConfigReloader.cpp:80 #4 0x0000000032083d0b 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45f739970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb45f739970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4452f338) 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=0x4452f330) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 334 (Thread 0x7fb45ff42700 (LWP 2026)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb45ff3a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb45ff3a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x444ab538) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x444ab530) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 333 (Thread 0x7fb460743700 (LWP 2025)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46073b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46073b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60427e118) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60427e110) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 332 (Thread 0x7fb460f44700 (LWP 2024)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb460f3c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb460f3c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60427c9c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60427c9c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 331 (Thread 0x7fb461745700 (LWP 2023)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46173d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46173d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60427b278) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60427b270) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 330 (Thread 0x7fb461f46700 (LWP 2022)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb461f3e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb461f3e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb604279b88) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb604279b80) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 329 (Thread 0x7fb462747700 (LWP 2021)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46273f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46273f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c233ac8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c233ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 328 (Thread 0x7fb462f48700 (LWP 2020)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb462f40970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb462f40970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042782c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042782c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 327 (Thread 0x7fb463749700 (LWP 2019)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb463741970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb463741970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c2323c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c2323c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 326 (Thread 0x7fb463f4a700 (LWP 2018)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb60c002b88) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb60c002b80) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 325 (Thread 0x7fb46474b700 (LWP 2017)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb464743970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb464743970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4456b438) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4456b430) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 324 (Thread 0x7fb464f4c700 (LWP 2016)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb464f44970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb464f44970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb510086498) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb510086490) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 323 (Thread 0x7fb46574d700 (LWP 2015)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb465745970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb465745970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6042728f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6042728f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 322 (Thread 0x7fb465f4e700 (LWP 1995)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443c6788, __m=0x189, __ts=0x7fb465f46330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443c6788, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443c6760, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443c6760, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443c6760, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300da43a in 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=0x443c6760, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003008570f 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=0x443c6760, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443c6718) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb465f46970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb465f46970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb465f46970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c003b6f8) 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=0x7fb4c003b6f0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 321 (Thread 0x7fb46674f700 (LWP 1994)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443a2788, __m=0x189, __ts=0x7fb466747330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443a2788, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443a2760, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443a2760, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443a2760, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d947a in 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=0x443a2760, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300585cf 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=0x443a2760, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443a2718) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb466747970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb466747970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb466747970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c003b508) 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=0x7fb4c003b500) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 320 (Thread 0x7fb466f50700 (LWP 1993)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x4439ea0c, __m=0x189, __ts=0x7fb466f48330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x4439ea0c, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x4439e9e0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x4439e9e0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x4439e9e0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300db15a in 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=0x4439e9e0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300aafef 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=0x4439e9e0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x4439e998) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb466f48970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb466f48970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb466f48970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6fc0a5898) 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=0x7fb6fc0a5890) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 319 (Thread 0x7fb467751700 (LWP 1992)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb467749970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb467749970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc0130a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc0130a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 318 (Thread 0x7fb467f52700 (LWP 1991)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb467f4a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb467f4a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc013828) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc013820) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 317 (Thread 0x7fb468753700 (LWP 1990)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffc547abb50, __m=0x189, __ts=0x7fb46874b540) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x7ffc547abb50, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x0000000023835ec0 in std::__1::condition_variable::wait_until > > (this=0x7ffc547abb28, __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=0x7ffc547abb28, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #5 DB::AsynchronousMetrics::run (this=this@entry=0x7ffc547abab0) at ./src/Common/AsynchronousMetrics.cpp:327 #6 0x0000000023836941 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=) 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=) 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=__buf@entry=0x7fb46874b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46874b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb46874b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc026958) 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=0x7fb4cc026950) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 316 (Thread 0x7fb468f54700 (LWP 1989)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x444dc308, __m=0x189, __ts=0x7fb468f4c330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x444dc308, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x444dc2e0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x444dc2e0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x444dc2e0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300db93a in 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=0x444dc2e0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300c196f 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=0x444dc2e0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x444dc298) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb468f4c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb468f4c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb468f4c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6fc00ff68) 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=0x7fb6fc00ff60) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 315 (Thread 0x7fb469755700 (LWP 1988)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7fb46974d4a8, __m=0x189, __ts=0x7fb46974d430) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x7fb46974d4a8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000300dff6f in std::__1::condition_variable::wait_until > > (this=0x7fb46974d480, __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 0x00000000300df330 in DB::MetricLog::metricThreadFunction (this=this@entry=0x443a2718) at ./src/Interpreters/MetricLog.cpp:121 #6 0x00000000300df721 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=) 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=) 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=__buf@entry=0x7fb46974d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46974d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb46974d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc011f08) 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=0x7fb4dc011f00) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 314 (Thread 0x7fb469f56700 (LWP 1987)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb469f4e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb469f4e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc012678) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc012670) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 313 (Thread 0x7fb46a757700 (LWP 1986)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41ba9bdc, __m=0x189, __ts=0x7fb46a74f330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41ba9bdc, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x41ba9bb0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x41ba9bb0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x41ba9bb0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d99ba in 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=0x41ba9bb0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300674af 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=0x41ba9bb0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x41ba9b68) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb46a74f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46a74f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb46a74f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6fc09c138) 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=0x7fb6fc09c130) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 312 (Thread 0x7fb46af58700 (LWP 1985)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc026768) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4cc026760) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 311 (Thread 0x7fb46b759700 (LWP 1984)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443bea0c, __m=0x189, __ts=0x7fb46b751330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443bea0c, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443be9e0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443be9e0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443be9e0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300da6da in 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=0x443be9e0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003008cf6f 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=0x443be9e0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443be998) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb46b751970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46b751970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb46b751970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d403f6b8) 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=0x7fb4d403f6b0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 310 (Thread 0x7fb46bf5a700 (LWP 1983)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x4452bf08) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000002ef88e71 in Poco::Event::wait (this=0x80) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::DDLWorker::runMainThread (this=this@entry=0x41ba0100) at ./src/Interpreters/DDLWorker.cpp:1123 #4 0x000000002efa7361 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46bf52970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb46bf52970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d001bc28) 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=0x7fb4d001bc20) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 309 (Thread 0x7fb46c75b700 (LWP 1982)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443b67c8, __m=0x189, __ts=0x7fb46c753330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443b67c8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443b67a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443b67a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443b67a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d971a in 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=0x443b67a0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003005fe6f 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=0x443b67a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443b6758) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb46c753970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46c753970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb46c753970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc028cf8) 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=0x7fb4cc028cf0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 308 (Thread 0x7fb46cf5c700 (LWP 1981)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x444dc708, __m=0x189, __ts=0x7fb46cf54330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x444dc708, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x444dc6e0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x444dc6e0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x444dc6e0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300dac1a in 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=0x444dc6e0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003009c0cf 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=0x444dc6e0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x444dc698) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb46cf54970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46cf54970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb46cf54970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d4003a48) 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=0x7fb4d4003a40) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 307 (Thread 0x7fb46d75d700 (LWP 1980)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443cc8c8, __m=0x189, __ts=0x7fb46d755330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443cc8c8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443cc8a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443cc8a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443cc8a0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d9efa in 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=0x443cc8a0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300765ef 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=0x443cc8a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443cc858) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb46d755970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46d755970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb46d755970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8975488) 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=0x7fb4c8975480) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 306 (Thread 0x7fb46df5e700 (LWP 1979)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46df56970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46df56970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8975208) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c8975200) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 305 (Thread 0x7fb46e75f700 (LWP 1978)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46e757970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46e757970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8975018) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c8975010) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 304 (Thread 0x7fb46ef60700 (LWP 1977)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf0833 in Poco::EventImpl::waitImpl (this=0x41b39bf8, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #2 0x0000000032082e6d in Poco::Event::tryWait (this=0xfffffffffffffdfc, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #3 DB::ConfigReloader::run (this=this@entry=0x411636a0) at ./src/Common/Config/ConfigReloader.cpp:80 #4 0x0000000032083d0b 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46ef58970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb46ef58970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f4032d78) 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=0x7fb6f4032d70) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 303 (Thread 0x7fb46f761700 (LWP 1976)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46f759970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46f759970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc00db18) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4dc00db10) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 302 (Thread 0x7fb46ff62700 (LWP 1975)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb46ff5a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb46ff5a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc025878) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4cc025870) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 301 (Thread 0x7fb470763700 (LWP 1974)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47075b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47075b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6fc0a2998) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6fc0a2990) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 300 (Thread 0x7fb470f64700 (LWP 1973)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443a06e8, __m=0x189, __ts=0x7fb470f5c330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443a06e8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443a06c0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443a06c0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443a06c0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d899a in 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=0x443a06c0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300492ef 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=0x443a06c0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443a0678) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb470f5c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb470f5c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb470f5c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d00194c8) 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=0x7fb4d00194c0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 299 (Thread 0x7fb471765700 (LWP 1972)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47175d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47175d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d4033a78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d4033a70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 298 (Thread 0x7fb471f66700 (LWP 1971)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb471f5e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb471f5e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c0035ea8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c0035ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 297 (Thread 0x7fb472767700 (LWP 1970)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443bf00c, __m=0x189, __ts=0x7fb47275f330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443bf00c, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443befe0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443befe0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443befe0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300db3fa in 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=0x443befe0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300b28cf 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=0x443befe0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443bef98) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb47275f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47275f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb47275f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4dc00f148) 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=0x7fb4dc00f140) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 296 (Thread 0x7fb472f68700 (LWP 1969)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb472f60970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb472f60970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4cc0291f8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4cc0291f0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 295 (Thread 0x7fb473769700 (LWP 1968)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443c6c88, __m=0x189, __ts=0x7fb473761330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443c6c88, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443c6c60, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443c6c60, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443c6c60, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300da97a in 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=0x443c6c60, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003009480f 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=0x443c6c60, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443c6c18) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb473761970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb473761970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb473761970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6fc0ab778) 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=0x7fb6fc0ab770) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 294 (Thread 0x7fb473f6a700 (LWP 1967)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb473f62970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb473f62970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d001f0a8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4d001f0a0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 293 (Thread 0x7fb47476b700 (LWP 1966)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411aae84, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411aae84, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d2623 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#2}) (this=0x411aae58, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f4026668) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6f4026660) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #10 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 292 (Thread 0x7fb474f6c700 (LWP 1965)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x444dcb08, __m=0x189, __ts=0x7fb474f64330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x444dcb08, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x444dcae0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x444dcae0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x444dcae0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300da19a in 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=0x444dcae0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003007de4f 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=0x444dcae0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x444dca98) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb474f64970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb474f64970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb474f64970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4d40310a8) 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=0x7fb4d40310a0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 291 (Thread 0x7fb47576d700 (LWP 1964)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x4439fec8, __m=0x189, __ts=0x7fb475765330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x4439fec8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x4439fea0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x4439fea0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x4439fea0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d91da in 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=0x4439fea0, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000030050d4f 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=0x4439fea0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x4439fe58) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb475765970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb475765970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb475765970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443c1978) 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=0x443c1970) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 290 (Thread 0x7fb475f6e700 (LWP 1963)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443c6e48, __m=0x189, __ts=0x7fb475f66330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443c6e48, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x443c6e20, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x443c6e20, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443c6e20, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300daeba in 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=0x443c6e20, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x00000000300a39af 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=0x443c6e20, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x443c6dd8) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb475f66970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb475f66970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb475f66970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c00310c8) 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=0x7fb4c00310c0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 289 (Thread 0x7fb47676f700 (LWP 1962)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb476767970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb476767970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c89696c8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c89696c0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 288 (Thread 0x7fb476f70700 (LWP 1961)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb476f68970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb476f68970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb6f4029d58) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb6f4029d50) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 287 (Thread 0x7fb477771700 (LWP 1960)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb477769970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb477769970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443d9448) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443d9440) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 286 (Thread 0x7fb477f72700 (LWP 1959)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41bd847c, __m=0x189, __ts=0x7fb477f6a330) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41bd847c, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x41bd8450, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x41bd8450, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x41bd8450, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x00000000300d9c5a in 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=0x41bd8450, __lk=..., __t=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000003006ed0f 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=0x41bd8450, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::SystemLog::savingThreadFunction (this=0x41bd8408) at ./src/Interpreters/SystemLog.cpp:345 #9 0x00000000237dfaff 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=) 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=) 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=__buf@entry=0x7fb477f6a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb477f6a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb477f6a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8968fc8) 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=0x7fb4c8968fc0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 285 (Thread 0x7fb479772700 (LWP 1952)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47976a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47976a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8893f78) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c8893f70) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 284 (Thread 0x7fb479f73700 (LWP 1948)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb4c8227d34, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb4c8227d34, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb4c8227d08, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb4c8227cb0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb479f6b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb479f6b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb4c8228f48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x7fb4c8228f40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 283 (Thread 0x7fb47a774700 (LWP 1944)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000351740d3 in epoll_pwait (fd=36, ev=0x7fb47a76c460, cnt=100, to=100000, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=36, ev=0x7fb47a76c460, cnt=100, to=100000) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x0000000033068222 in aws_event_loop_thread () #4 0x000000003305bc61 in thread_fn () #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 282 (Thread 0x7fb47af75700 (LWP 1939)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000032cf05f0 in Poco::EventImpl::waitImpl (this=0x4451eb78) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #2 0x000000002ef8a5f1 in Poco::Event::wait (this=) at ./base/poco/Foundation/include/Poco/Event.h:92 #3 DB::DDLWorker::runCleanupThread (this=this@entry=0x41ba0100) at ./src/Interpreters/DDLWorker.cpp:1162 #4 0x000000002efa7361 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47af6d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #9 std::__1::function::operator()() const (this=0x7fb47af6d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #10 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #11 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443ab348) 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=0x443ab340) at ./contrib/llvm-project/libcxx/include/thread:295 #15 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #16 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 281 (Thread 0x7fb47b776700 (LWP 1938)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47b76e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47b76e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443a67e8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443a67e0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 280 (Thread 0x7fb47bf77700 (LWP 1937)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47bf6f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47bf6f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443a0ab8) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443a0ab0) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 279 (Thread 0x7fb47c778700 (LWP 1936)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47c770970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47c770970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443b6e48) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443b6e40) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 278 (Thread 0x7fb47cf79700 (LWP 1935)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47cf71970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47cf71970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443a0428) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443a0420) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 277 (Thread 0x7fb47d77a700 (LWP 1934)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47d772970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47d772970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4439f118) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4439f110) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 276 (Thread 0x7fb47df7b700 (LWP 1933)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031840, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031840, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47df73970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47df73970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4439ee38) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4439ee30) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 275 (Thread 0x7fb47e77c700 (LWP 1932)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47e774970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47e774970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4439eb98) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4439eb90) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 274 (Thread 0x7fb47ef7d700 (LWP 1931)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47ef75970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47ef75970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4439e808) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4439e800) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 273 (Thread 0x7fb47f77e700 (LWP 1930)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb604031844, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb604031844, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000237d4803 in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#2}) (this=0x7fb604031818, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 ThreadPoolImpl >::worker (this=this@entry=0x7fb6040317c0, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:367 #5 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #6 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #8 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #10 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47f776970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7fb47f776970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #13 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4439e568) at ./src/Common/ThreadPool.cpp:180 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4439e560) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #18 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 272 (Thread 0x7fb47ff7f700 (LWP 1929)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380e1c, __m=0x189, __ts=0x7fb47ff77480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380e1c, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380df0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380df0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380df0, __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=0x44380df0, __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=0x44380df0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=15) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb47ff77970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb47ff77970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb47ff77970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44377b98) 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=0x44377b90) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 271 (Thread 0x7fb480780700 (LWP 1928)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380d84, __m=0x189, __ts=0x7fb480778480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380d84, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380d58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380d58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380d58, __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=0x44380d58, __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=0x44380d58, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=14) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb480778970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb480778970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb480778970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44377908) 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=0x44377900) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 270 (Thread 0x7fb480f81700 (LWP 1927)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380ce8, __m=0x189, __ts=0x7fb480f79480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380ce8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380cc0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380cc0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380cc0, __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=0x44380cc0, __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=0x44380cc0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=13) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb480f79970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb480f79970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb480f79970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44377678) 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=0x44377670) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 269 (Thread 0x7fb481782700 (LWP 1926)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380c50, __m=0x189, __ts=0x7fb48177a480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380c50, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380c28, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380c28, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380c28, __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=0x44380c28, __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=0x44380c28, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=12) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb48177a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48177a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb48177a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443773e8) 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=0x443773e0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 268 (Thread 0x7fb481f83700 (LWP 1925)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380bb8, __m=0x189, __ts=0x7fb481f7b480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380bb8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380b90, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380b90, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380b90, __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=0x44380b90, __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=0x44380b90, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=11) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb481f7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb481f7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb481f7b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44377158) 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=0x44377150) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 267 (Thread 0x7fb482784700 (LWP 1924)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380b20, __m=0x189, __ts=0x7fb48277c480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380b20, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380af8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380af8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380af8, __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=0x44380af8, __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=0x44380af8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=10) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb48277c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48277c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb48277c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376ec8) 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=0x44376ec0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 266 (Thread 0x7fb482f85700 (LWP 1923)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380a88, __m=0x189, __ts=0x7fb482f7d480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380a88, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380a60, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380a60, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380a60, __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=0x44380a60, __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=0x44380a60, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=9) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb482f7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb482f7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb482f7d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376c38) 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=0x44376c30) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 265 (Thread 0x7fb483786700 (LWP 1922)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443809f0, __m=0x189, __ts=0x7fb48377e480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443809f0, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x443809c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x443809c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443809c8, __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=0x443809c8, __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=0x443809c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=8) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb48377e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48377e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb48377e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376a38) 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=0x44376a30) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 264 (Thread 0x7fb483f87700 (LWP 1921)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380958, __m=0x189, __ts=0x7fb483f7f480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380958, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380930, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380930, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380930, __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=0x44380930, __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=0x44380930, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=7) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb483f7f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb483f7f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb483f7f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44381b88) 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=0x44381b80) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 263 (Thread 0x7fb484788700 (LWP 1920)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443808c0, __m=0x189, __ts=0x7fb484780480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443808c0, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380898, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380898, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380898, __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=0x44380898, __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=0x44380898, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=6) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb484780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb484780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb484780970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443818f8) 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=0x443818f0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 262 (Thread 0x7fb484f89700 (LWP 1919)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380828, __m=0x189, __ts=0x7fb484f81480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380828, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380800, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380800, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380800, __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=0x44380800, __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=0x44380800, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=5) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb484f81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb484f81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb484f81970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44381668) 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=0x44381660) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 261 (Thread 0x7fb48578a700 (LWP 1918)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380790, __m=0x189, __ts=0x7fb485782480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380790, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380768, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380768, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380768, __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=0x44380768, __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=0x44380768, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=4) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb485782970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb485782970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb485782970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443813d8) 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=0x443813d0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 260 (Thread 0x7fb485f8b700 (LWP 1917)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443806f8, __m=0x189, __ts=0x7fb485f83480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443806f8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x443806d0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x443806d0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443806d0, __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=0x443806d0, __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=0x443806d0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=3) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb485f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb485f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb485f83970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443810e8) 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=0x443810e0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 259 (Thread 0x7fb48678c700 (LWP 1916)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380660, __m=0x189, __ts=0x7fb486784480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380660, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380638, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380638, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380638, __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=0x44380638, __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=0x44380638, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=2) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb486784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb486784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb486784970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44379ce8) 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=0x44379ce0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 258 (Thread 0x7fb486f8d700 (LWP 1915)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x443805c8, __m=0x189, __ts=0x7fb486f85480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x443805c8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x443805a0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x443805a0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x443805a0, __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=0x443805a0, __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=0x443805a0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=1) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb486f85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb486f85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb486f85970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437d398) 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=0x4437d390) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 257 (Thread 0x7fb48778e700 (LWP 1914)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44380534, __m=0x189, __ts=0x7fb487786480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44380534, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=0x44380508, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002ee9e4cc in std::__1::condition_variable::__do_timed_wait (this=0x44380508, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44380508, __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=0x44380508, __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=0x44380508, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::AsynchronousInsertQueue::processBatchDeadlines (this=this@entry=0x44382138, shard_num=shard_num@entry=0) at ./src/Interpreters/AsynchronousInsertQueue.cpp:310 #9 0x000000002eea1934 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=) 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=) 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=__buf@entry=0x7fb487786970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb487786970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=0x7fb487786970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #21 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437d0d8) 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=0x4437d0d0) at ./contrib/llvm-project/libcxx/include/thread:295 #25 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #26 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 256 (Thread 0x7fb487f8f700 (LWP 1913)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb487f87510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb487f87510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb487f87970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb487f87970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44381f68) 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=0x44381f60) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 255 (Thread 0x7fb488790700 (LWP 1912)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb488788510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb488788510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb488788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb488788970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376728) 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=0x44376720) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 254 (Thread 0x7fb488f91700 (LWP 1911)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb488f89510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb488f89510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb488f89970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb488f89970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376468) 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=0x44376460) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 253 (Thread 0x7fb489792700 (LWP 1910)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48978a510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48978a510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48978a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48978a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44375698) 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=0x44375690) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 252 (Thread 0x7fb489f93700 (LWP 1909)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb489f8b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb489f8b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb489f8b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb489f8b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443753d8) 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=0x443753d0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 251 (Thread 0x7fb48a794700 (LWP 1908)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48a78c510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48a78c510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48a78c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48a78c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44379bd8) 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=0x44379bd0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 250 (Thread 0x7fb48af95700 (LWP 1907)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48af8d510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48af8d510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48af8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48af8d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44379918) 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=0x44379910) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 249 (Thread 0x7fb48b796700 (LWP 1906)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4437e46c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4437e46c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x4437e440, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x4437e388) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48b78e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48b78e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x4437e478, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48b78e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48b78e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44382b78) 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=0x44382b70) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 248 (Thread 0x7fb48bf97700 (LWP 1905)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48bf8f510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48bf8f510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48bf8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48bf8f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437bc78) 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=0x4437bc70) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 247 (Thread 0x7fb48c798700 (LWP 1904)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48c790510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48c790510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48c790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48c790970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44374838) 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=0x44374830) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 246 (Thread 0x7fb48cf99700 (LWP 1903)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48cf91510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48cf91510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48cf91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48cf91970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44380268) 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=0x44380260) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 245 (Thread 0x7fb48d79a700 (LWP 1902)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48d792510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48d792510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48d792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48d792970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44373138) 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=0x44373130) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 244 (Thread 0x7fb48df9b700 (LWP 1901)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48df93510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48df93510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48df93970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48df93970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44372f78) 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=0x44372f70) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 243 (Thread 0x7fb48e79c700 (LWP 1900)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48e794510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48e794510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48e794970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48e794970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44376178) 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=0x44376170) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 242 (Thread 0x7fb48ef9d700 (LWP 1899)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48ef95510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48ef95510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48ef95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48ef95970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437c3d8) 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=0x4437c3d0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 241 (Thread 0x7fb48f79e700 (LWP 1898)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375e4c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375e4c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x44375e20, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375d68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48f796510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48f796510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375e58, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48f796970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48f796970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44373358) 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=0x44373350) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 240 (Thread 0x7fb48ff9f700 (LWP 1897)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48ff97510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb48ff97510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb48ff97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb48ff97970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437d9d8) 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=0x4437d9d0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 239 (Thread 0x7fb4907a0700 (LWP 1896)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb490798510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb490798510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb490798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb490798970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44382a58) 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=0x44382a50) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 238 (Thread 0x7fb490fa1700 (LWP 1895)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb490f99510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb490f99510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb490f99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb490f99970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437f028) 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=0x4437f020) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 237 (Thread 0x7fb4917a2700 (LWP 1894)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49179a510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb49179a510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49179a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb49179a970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437ad28) 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=0x4437ad20) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 236 (Thread 0x7fb491fa3700 (LWP 1893)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb491f9b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb491f9b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb491f9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb491f9b970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443783e8) 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=0x443783e0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 235 (Thread 0x7fb4927a4700 (LWP 1892)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49279c510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb49279c510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49279c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb49279c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44378838) 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=0x44378830) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 234 (Thread 0x7fb492fa5700 (LWP 1891)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb492f9d510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb492f9d510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb492f9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb492f9d970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44373308) 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=0x44373300) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 233 (Thread 0x7fb4937a6700 (LWP 1890)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41bce6b8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41bce6b8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe2bf0 in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=this@entry=0x41bce690, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000030fe298f in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x41bce5d8) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49379e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb49379e510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x41bce6c8, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49379e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb49379e970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4435dd98) 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=0x4435dd90) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 232 (Thread 0x7fb493fa7700 (LWP 1889)): #0 0x0000000018cbc531 in bool std::__1::operator==[abi:v15000] >(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&) () #1 0x000000002e6ba5e1 in DB::NamesAndTypesList::tryGetByName (this=0x7fb595f94db8, name=...) at ./src/Core/NamesAndTypes.cpp:213 #2 0x0000000031235334 in DB::(anonymous namespace)::injectRequiredColumnsRecursively (column_name=..., storage_snapshot=..., alter_conversions=..., data_part_info_for_reader=..., options=..., columns=..., required_columns=..., injected_columns=...) at ./src/Storages/MergeTree/MergeTreeBlockReadUtils.cpp:52 #3 0x0000000031234e5d in DB::injectRequiredColumns (data_part_info_for_reader=..., storage_snapshot=..., with_subcolumns=false, columns=...) at ./src/Storages/MergeTree/MergeTreeBlockReadUtils.cpp:117 #4 0x000000003122d483 in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=this@entry=0x7fb645df52d8, 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 #5 0x0000000031231a69 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=0x7fb645df52d8, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #6 0x000000003123153c 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=0x7fb59483d090, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #7 0x000000003123136c in 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=0x7fb645df52c0, __a=..., __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #8 0x00000000312310d8 in 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&) (__a=..., __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #9 0x0000000031230c81 in 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=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false, __args=@0x7fb493f9e696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #10 0x000000003123058e in DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=false, take_column_types_from_storage=true, quiet=false, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #11 0x0000000030fadde6 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb644b20ed8) at ./src/Storages/MergeTree/MergeTask.cpp:890 #12 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb644b20ed8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #13 0x0000000030fcb2f4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #14 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #16 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #17 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=__buf@entry=0x7fb644b20ee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #18 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #19 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #20 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb644b20ed8) at ./src/Storages/MergeTree/MergeTask.cpp:419 #21 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb6440040a8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #22 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb134acc4e8) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #23 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #24 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #25 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb493f9f510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #26 std::__1::function::operator()() const (this=0x7fb493f9f510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #27 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #28 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #29 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #30 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #31 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #32 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #33 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb493f9f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #34 std::__1::function::operator()() const (this=0x7fb493f9f970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #35 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #36 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4437c0e8) 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::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #39 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4437c0e0) at ./contrib/llvm-project/libcxx/include/thread:295 #40 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #41 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 231 (Thread 0x7fb4947a8700 (LWP 1888)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4947a0510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb4947a0510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4947a0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4947a0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44387028) 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=0x44387020) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 230 (Thread 0x7fb494fa9700 (LWP 1887)): #0 0x000000002e88fd48 in std::__1::list >::front[abi:v15000]() (this=0x7fb634e7d988) at ./contrib/llvm-project/libcxx/include/list:963 #1 0x00000000316e0344 in DB::ISimpleTransform::ISimpleTransform (this=0x7fb634e7d968, input_header_=..., output_header_=..., skip_empty_chunks_=false) at ./src/Processors/ISimpleTransform.cpp:10 #2 0x0000000031b3a425 in DB::ExpressionTransform::ExpressionTransform (this=0x7fb634e7d968, header_=..., expression_=...) at ./src/Processors/Transforms/ExpressionTransform.cpp:13 #3 0x0000000030fd0f07 in std::__1::construct_at[abi:v15000] const&, DB::ExpressionTransform*>(DB::ExpressionTransform*, DB::Block const&, std::__1::shared_ptr const&) (__location=__location@entry=0x7fb634e7d968, __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #4 0x0000000030fd0dca in std::__1::allocator_traits >::construct[abi:v15000] const&, void, void>(std::__1::allocator&, DB::ExpressionTransform*, DB::Block const&, std::__1::shared_ptr const&) (__p=0x7fb634e7d968, __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #5 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000] const&>(DB::Block const&, std::__1::shared_ptr const&) (this=this@entry=0x7fb634e7d950, __a=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #6 0x0000000030fd0b58 in std::__1::allocate_shared[abi:v15000], DB::Block const&, std::__1::shared_ptr const&, void>(std::__1::allocator const&, DB::Block const&, std::__1::shared_ptr const&) (__a=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #7 0x0000000030fc0f81 in std::__1::make_shared[abi:v15000] const&, void>(DB::Block const&, std::__1::shared_ptr const&) (__args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #8 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream()::$_1::operator()(DB::Block const&) const (header=..., this=) at ./src/Storages/MergeTree/MergeTask.cpp:904 #9 std::__1::__invoke[abi:v15000] (__f=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #10 std::__1::__invoke_void_return_wrapper, false>::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream()::$_1&, DB::Block const&) (__args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #11 std::__1::__function::__default_alloc_func (DB::Block const&)>::operator()[abi:v15000](DB::Block const&) (this=, __arg=...) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #12 std::__1::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)> >(std::__1::__function::__policy_storage const*, DB::Block const&) (__buf=, __args=...) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x000000002e88c8db in std::__1::function (DB::Block const&, DB::Pipe::StreamType)>::operator()(DB::Block const&, DB::Pipe::StreamType) const (this=0x7fb634e34f60, __arg=DB::Pipe::StreamType::Main, __arg=DB::Pipe::StreamType::Main) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #14 DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&)::$_1::operator()(DB::OutputPort*&, DB::Pipe::StreamType) const (this=this@entry=0x7fb494fa0670, port=@0x7fb634b37ec0: 0x7fb63524deb0, stream_type=stream_type@entry=DB::Pipe::StreamType::Main) at ./src/QueryPipeline/Pipe.cpp:618 #15 0x000000002e88c743 in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&) (this=0x7fb494fa08a0, getter=...) at ./src/QueryPipeline/Pipe.cpp:658 #16 0x000000002e88d1ec in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&)> const&) (this=0x7fb634e7d988, getter=...) at ./src/QueryPipeline/Pipe.cpp:668 #17 0x0000000030fadf0b in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb0eb838ae8) at ./src/Storages/MergeTree/MergeTask.cpp:902 #18 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb0eb838ae8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #19 0x0000000030fcb2f4 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=__buf@entry=0x7fb0eb838af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #24 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #25 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #26 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb0eb838ae8) at ./src/Storages/MergeTree/MergeTask.cpp:419 #27 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb0ea989838) at ./src/Storages/MergeTree/MergeTask.cpp:840 #28 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb5981e9e28) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #29 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #30 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #31 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb494fa1510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #32 std::__1::function::operator()() const (this=0x7fb494fa1510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #33 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #34 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb494fa1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #40 std::__1::function::operator()() const (this=0x7fb494fa1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #41 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #42 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44359688) 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=0x44359680) at ./contrib/llvm-project/libcxx/include/thread:295 #46 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #47 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 229 (Thread 0x7fb4957aa700 (LWP 1886)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4957a2510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb4957a2510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4957a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4957a2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44373c08) 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=0x44373c00) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 228 (Thread 0x7fb495fab700 (LWP 1885)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb62c423fb8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb62c423fb8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000351afba5 in std::__1::__assoc_sub_state::__sub_wait (this=0x7fb62c423f50, __lk=...) at ./contrib/llvm-project/libcxx/src/future.cpp:160 #4 0x00000000351afe28 in std::__1::__assoc_sub_state::wait (this=0x7fb62c423f50) at ./contrib/llvm-project/libcxx/src/future.cpp:144 #5 0x00000000311e6983 in DB::MergeTreeMarksLoader::~MergeTreeMarksLoader (this=0x7fb62dd1d4e0) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:62 #6 0x0000000031218fc0 in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb62dd1d2c0) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #7 0x000000003121900e in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb62c423fb8) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #8 0x0000000031230354 in std::__1::default_delete::operator()[abi:v15000](DB::IMergeTreeReader*) const (this=0x7fb62c2e77d8, __ptr=0x7fb62dd1d2c0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48 #9 std::__1::unique_ptr >::reset[abi:v15000](DB::IMergeTreeReader*) (this=0x7fb62c2e77d8, __p=0x0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:305 #10 std::__1::unique_ptr >::~unique_ptr[abi:v15000]() (this=0x7fb62c2e77d8) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259 #11 DB::MergeTreeSequentialSource::~MergeTreeSequentialSource (this=0x7fb62c2e7608) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:224 #12 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #13 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #14 0x000000002e89909d in std::__1::__destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb62e3e5c90) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #15 std::__1::destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb62e3e5c90) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #16 std::__1::allocator_traits > >::destroy[abi:v15000], void, void>(std::__1::allocator >&, std::__1::shared_ptr*) (__p=0x7fb62e3e5c90) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #17 std::__1::vector, std::__1::allocator > >::__base_destruct_at_end[abi:v15000](std::__1::shared_ptr*) (this=this@entry=0x7fb62c51a528, __new_last=0x7fb62e3e5c90) at ./contrib/llvm-project/libcxx/include/vector:833 #18 0x000000002e899626 in std::__1::vector, std::__1::allocator > >::__clear[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:827 #19 std::__1::vector, std::__1::allocator > >::~vector[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:436 #20 std::__1::__destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #21 std::__1::destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #22 std::__1::allocator_traits, std::__1::allocator > > > >::destroy[abi:v15000], std::__1::allocator > >, void, void>(std::__1::allocator, std::__1::allocator > > >&, std::__1::vector, std::__1::allocator > >*) (__p=) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #23 std::__1::__shared_ptr_emplace, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > > >::__on_zero_shared (this=0x7fb62c51a510) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:309 #24 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #25 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #26 0x0000000029854058 in DB::Pipe::~Pipe (this=0x7fb62c287a10) at ./src/QueryPipeline/Pipe.h:26 #27 std::__1::__destroy_at[abi:v15000](DB::Pipe*) (__loc=0x7fb62c287a10) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #28 std::__1::destroy_at[abi:v15000](DB::Pipe*) (__loc=0x7fb62c287a10) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #29 std::__1::allocator_traits >::destroy[abi:v15000](std::__1::allocator&, DB::Pipe*) (__p=0x7fb62c287a10) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #30 std::__1::vector >::__base_destruct_at_end[abi:v15000](DB::Pipe*) (this=this@entry=0x7fb495fa2ab0, __new_last=0x7fb62c287080) at ./contrib/llvm-project/libcxx/include/vector:833 #31 0x000000002985349e in std::__1::vector >::__clear[abi:v15000]() (this=0x7fb495fa2ab0) at ./contrib/llvm-project/libcxx/include/vector:827 #32 std::__1::vector >::~vector[abi:v15000]() (this=0x7fb495fa2ab0) at ./contrib/llvm-project/libcxx/include/vector:436 #33 0x0000000030fb1729 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb62c19ede8) at ./src/Storages/MergeTree/MergeTask.cpp:1019 #34 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb62c19ede8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #35 0x0000000030fcb2f4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #36 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #37 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #38 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #39 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=__buf@entry=0x7fb62c19edf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #40 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #41 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #42 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb62c19ede8) at ./src/Storages/MergeTree/MergeTask.cpp:419 #43 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb62c32d1e8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #44 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb4c0003908) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #45 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #46 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #47 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb495fa3510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #48 std::__1::function::operator()() const (this=0x7fb495fa3510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #49 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #50 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #51 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #52 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #53 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #54 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #55 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb495fa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #56 std::__1::function::operator()() const (this=0x7fb495fa3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #57 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #58 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44389958) at ./src/Common/ThreadPool.cpp:180 #59 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #60 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #61 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x44389950) at ./contrib/llvm-project/libcxx/include/thread:295 #62 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #63 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 227 (Thread 0x7fb4967ac700 (LWP 1884)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4967a4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb4967a4510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4967a4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4967a4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443893b8) 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=0x443893b0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 226 (Thread 0x7fb496fad700 (LWP 1883)): #0 0x0000000018ceadd1 in DB::DataTypeDateTime64 const* typeid_cast(DB::IDataType const*) () #1 0x000000002e8ecd96 in DB::DataTypeDateTime64::equals (this=0x7fb4f846e658, rhs=...) at ./src/DataTypes/DataTypeDateTime64.cpp:49 #2 0x000000002e68d4f5 in DB::checkColumnStructure (actual=..., expected=..., context_description=..., allow_materialize=true, code=49) at ./src/Core/Block.cpp:53 #3 0x000000002e693fb9 in DB::checkBlockStructure (lhs=..., rhs=..., context_description=..., allow_materialize=true) at ./src/Core/Block.cpp:130 #4 0x000000002e6940f8 in DB::assertCompatibleHeader (actual=..., desired=..., context_description=...) at ./src/Core/Block.cpp:696 #5 0x00000000316ed681 in DB::connect (output=..., input=..., reconnect=) at ./src/Processors/Port.cpp:22 #6 0x000000002e88cc13 in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&)::$_1::operator()(DB::OutputPort*&, DB::Pipe::StreamType) const (this=this@entry=0x7fb496fa4670, port=@0x7fb624fa8950: 0x7fb624e59030, stream_type=stream_type@entry=DB::Pipe::StreamType::Main) at ./src/QueryPipeline/Pipe.cpp:647 #7 0x000000002e88c743 in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&, DB::Pipe::StreamType)> const&) (this=0x7fb496fa48a0, getter=...) at ./src/QueryPipeline/Pipe.cpp:658 #8 0x000000002e88d1ec in DB::Pipe::addSimpleTransform(std::__1::function (DB::Block const&)> const&) (this=0x7fb4f846e658, getter=...) at ./src/QueryPipeline/Pipe.cpp:668 #9 0x0000000030fadf0b in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb624fb7bc8) at ./src/Storages/MergeTree/MergeTask.cpp:902 #10 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb624fb7bc8) at ./src/Storages/MergeTree/MergeTask.cpp:316 #11 0x0000000030fcb2f4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #12 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #13 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #14 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=__buf@entry=0x7fb624fb7bd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb624fb7bc8) at ./src/Storages/MergeTree/MergeTask.cpp:419 #19 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb626281cc8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #20 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb6841a9b18) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #21 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #22 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #23 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb496fa5510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #24 std::__1::function::operator()() const (this=0x7fb496fa5510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #25 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #26 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #27 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #28 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #29 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #30 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #31 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb496fa5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #32 std::__1::function::operator()() const (this=0x7fb496fa5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #33 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #34 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443899f8) 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::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #37 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443899f0) at ./contrib/llvm-project/libcxx/include/thread:295 #38 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #39 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 225 (Thread 0x7fb4977ae700 (LWP 1882)): #0 0x0000000018c97ac4 in std::__1::shared_ptr::shared_ptr[abi:v15000](std::__1::shared_ptr const&) () #1 0x0000000029e6ea60 in DB::NameAndTypePair::NameAndTypePair (this=0x7fb62a3ee4d0) at ./src/Core/NamesAndTypes.h:17 #2 0x000000002df323d6 in std::__1::construct_at[abi:v15000](DB::NameAndTypePair*, DB::NameAndTypePair const&) (__location=0x400000000000000, __args=...) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #3 std::__1::allocator_traits > >::construct[abi:v15000](std::__1::allocator >&, DB::NameAndTypePair*, DB::NameAndTypePair const&) (__p=0x400000000000000, __args=...) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #4 std::__1::list >::push_back (this=0x7fb4977a4f08, __x=...) at ./contrib/llvm-project/libcxx/include/list:1532 #5 0x000000002df5804e in std::__1::list >::list (this=0x7fb4977a4f08, __c=...) at ./contrib/llvm-project/libcxx/include/list:1248 #6 0x00000000310f2bc0 in DB::NamesAndTypesList::NamesAndTypesList (this=0x7fb4977a4f08) at ./src/Core/NamesAndTypes.h:76 #7 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 #8 0x00000000310ef49e 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=0x0, mark_cache=0x44377d28, reader_settings=..., avg_value_size_hints=..., profile_callback=...) at ./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:44 #9 0x000000003122dcdb in DB::MergeTreeSequentialSource::MergeTreeSequentialSource (this=this@entry=0x7fb258a41798, 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 #10 0x0000000031231a69 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=0x7fb258a41798, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #11 0x000000003123153c 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=0x7fb62a3ee4e8, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #12 0x000000003123136c in 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=0x7fb258a41780, __a=..., __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #13 0x00000000312310d8 in 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&) (__a=..., __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #14 0x0000000031230c81 in 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=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false, __args=@0x7fb4977a5696: false) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #15 0x000000003123058e in DB::createMergeTreeSequentialSource (storage=..., storage_snapshot=..., data_part=..., columns_to_read=..., read_with_direct_io=false, take_column_types_from_storage=true, quiet=false, filtered_rows_count=...) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:245 #16 0x0000000030fadde6 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb25a1a5a68) at ./src/Storages/MergeTree/MergeTask.cpp:890 #17 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb25a1a5a68) at ./src/Storages/MergeTree/MergeTask.cpp:316 #18 0x0000000030fcb2f4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #19 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #21 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #22 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=__buf@entry=0x7fb25a1a5a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #23 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #24 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #25 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb25a1a5a68) at ./src/Storages/MergeTree/MergeTask.cpp:419 #26 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb25a2014e8) at ./src/Storages/MergeTree/MergeTask.cpp:840 #27 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb56418a0c8) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #28 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #29 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #30 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4977a6510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #31 std::__1::function::operator()() const (this=0x7fb4977a6510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #32 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #33 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #34 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #35 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #36 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #37 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #38 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4977a6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #39 std::__1::function::operator()() const (this=0x7fb4977a6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #40 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #41 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4438aac8) 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::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #44 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x4438aac0) at ./contrib/llvm-project/libcxx/include/thread:295 #45 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #46 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 224 (Thread 0x7fb497faf700 (LWP 1881)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb497fa7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb497fa7510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb497fa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb497fa7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44389ce8) 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=0x44389ce0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 223 (Thread 0x7fb4987b0700 (LWP 1880)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb2e1f55bd8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb2e1f55bd8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000351afba5 in std::__1::__assoc_sub_state::__sub_wait (this=0x7fb2e1f55b70, __lk=...) at ./contrib/llvm-project/libcxx/src/future.cpp:160 #4 0x00000000351afe28 in std::__1::__assoc_sub_state::wait (this=0x7fb2e1f55b70) at ./contrib/llvm-project/libcxx/src/future.cpp:144 #5 0x00000000311e6983 in DB::MergeTreeMarksLoader::~MergeTreeMarksLoader (this=0x7fb2e100ee80) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:62 #6 0x0000000031218fc0 in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb2e100ec60) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #7 0x000000003121900e in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb2e1f55bd8) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #8 0x0000000031230354 in std::__1::default_delete::operator()[abi:v15000](DB::IMergeTreeReader*) const (this=0x7fb620795ca8, __ptr=0x7fb2e100ec60) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48 #9 std::__1::unique_ptr >::reset[abi:v15000](DB::IMergeTreeReader*) (this=0x7fb620795ca8, __p=0x0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:305 #10 std::__1::unique_ptr >::~unique_ptr[abi:v15000]() (this=0x7fb620795ca8) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259 #11 DB::MergeTreeSequentialSource::~MergeTreeSequentialSource (this=0x7fb620795ad8) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:224 #12 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #13 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #14 0x000000002e89909d in std::__1::__destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb6200b5960) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #15 std::__1::destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb6200b5960) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #16 std::__1::allocator_traits > >::destroy[abi:v15000], void, void>(std::__1::allocator >&, std::__1::shared_ptr*) (__p=0x7fb6200b5960) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #17 std::__1::vector, std::__1::allocator > >::__base_destruct_at_end[abi:v15000](std::__1::shared_ptr*) (this=this@entry=0x7fb2e3ca3728, __new_last=0x7fb6200b5960) at ./contrib/llvm-project/libcxx/include/vector:833 #18 0x000000002e899626 in std::__1::vector, std::__1::allocator > >::__clear[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:827 #19 std::__1::vector, std::__1::allocator > >::~vector[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:436 #20 std::__1::__destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #21 std::__1::destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #22 std::__1::allocator_traits, std::__1::allocator > > > >::destroy[abi:v15000], std::__1::allocator > >, void, void>(std::__1::allocator, std::__1::allocator > > >&, std::__1::vector, std::__1::allocator > >*) (__p=) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #23 std::__1::__shared_ptr_emplace, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > > >::__on_zero_shared (this=0x7fb2e3ca3710) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:309 #24 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #25 0x0000000018c97d3e in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #26 0x0000000029854058 in DB::Pipe::~Pipe (this=0x7fb2e004d980) at ./src/QueryPipeline/Pipe.h:26 #27 std::__1::__destroy_at[abi:v15000](DB::Pipe*) (__loc=0x7fb2e004d980) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #28 std::__1::destroy_at[abi:v15000](DB::Pipe*) (__loc=0x7fb2e004d980) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #29 std::__1::allocator_traits >::destroy[abi:v15000](std::__1::allocator&, DB::Pipe*) (__p=0x7fb2e004d980) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #30 std::__1::vector >::__base_destruct_at_end[abi:v15000](DB::Pipe*) (this=this@entry=0x7fb4987a7ab0, __new_last=0x7fb2e004cff0) at ./contrib/llvm-project/libcxx/include/vector:833 #31 0x000000002985349e in std::__1::vector >::__clear[abi:v15000]() (this=0x7fb4987a7ab0) at ./contrib/llvm-project/libcxx/include/vector:827 #32 std::__1::vector >::~vector[abi:v15000]() (this=0x7fb4987a7ab0) at ./contrib/llvm-project/libcxx/include/vector:436 #33 0x0000000030fb1729 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::createMergedStream (this=this@entry=0x7fb2e151e938) at ./src/Storages/MergeTree/MergeTask.cpp:1019 #34 0x0000000030fa59df in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=this@entry=0x7fb2e151e938) at ./src/Storages/MergeTree/MergeTask.cpp:316 #35 0x0000000030fcb2f4 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}::operator()() const (this=) at ./src/Storages/MergeTree/MergeTask.h:238 #36 std::__1::__invoke[abi:v15000] (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #37 std::__1::__invoke_void_return_wrapper::__call(DB::MergeTask::ExecuteAndFinalizeHorizontalPart::subtasks::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:470 #38 std::__1::__function::__default_alloc_func::operator()[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #39 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*) (__buf=__buf@entry=0x7fb2e151e940) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #40 0x0000000030fb2232 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #41 std::__1::function::operator()() const (this=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #42 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=0x7fb2e151e938) at ./src/Storages/MergeTree/MergeTask.cpp:419 #43 0x0000000030fbeba5 in DB::MergeTask::execute (this=0x7fb2e1c39568) at ./src/Storages/MergeTree/MergeTask.cpp:840 #44 0x0000000031449351 in DB::MergePlainMergeTreeTask::executeStep (this=0x7fb4c0324368) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:51 #45 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #46 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #47 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4987a8510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #48 std::__1::function::operator()() const (this=0x7fb4987a8510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #49 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #50 0x00000000237d8fef in ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./src/Common/ThreadPool.cpp:180 #51 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #52 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #53 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #54 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #55 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4987a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #56 std::__1::function::operator()() const (this=0x7fb4987a8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #57 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #58 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44384658) at ./src/Common/ThreadPool.cpp:180 #59 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #60 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #61 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x44384650) at ./contrib/llvm-project/libcxx/include/thread:295 #62 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #63 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 222 (Thread 0x7fb498fb1700 (LWP 1879)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb498fa9510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb498fa9510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb498fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb498fa9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44383f28) 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=0x44383f20) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 221 (Thread 0x7fb4997b2700 (LWP 1878)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4997aa510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb4997aa510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4997aa970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4997aa970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4438af78) 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=0x4438af70) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 220 (Thread 0x7fb499fb3700 (LWP 1877)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb499fab510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb499fab510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb499fab970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb499fab970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443859d8) 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=0x443859d0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 219 (Thread 0x7fb49a7b4700 (LWP 1876)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b5c, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b5c, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49a7ac510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb49a7ac510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49a7ac970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb49a7ac970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443854e8) 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=0x443854e0) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 218 (Thread 0x7fb49afb5700 (LWP 1875)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44375b58, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44375b58, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000030fe96cc in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x44375b30, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:250 #5 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49afad510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #6 std::__1::function::operator()() const (this=0x7fb49afad510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #7 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #8 0x00000000237d8fef 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49afad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb49afad970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x44386148) 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=0x44386140) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 217 (Thread 0x7fb49b7b6700 (LWP 1874)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7fb44423e848, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7fb44423e848, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000351afba5 in std::__1::__assoc_sub_state::__sub_wait (this=0x7fb44423e7e0, __lk=...) at ./contrib/llvm-project/libcxx/src/future.cpp:160 #4 0x00000000351afe28 in std::__1::__assoc_sub_state::wait (this=0x7fb44423e7e0) at ./contrib/llvm-project/libcxx/src/future.cpp:144 #5 0x00000000311e6983 in DB::MergeTreeMarksLoader::~MergeTreeMarksLoader (this=0x7fb5ff279820) at ./src/Storages/MergeTree/MergeTreeMarksLoader.cpp:62 #6 0x0000000031218fc0 in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb5ff279600) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #7 0x000000003121900e in DB::MergeTreeReaderCompact::~MergeTreeReaderCompact (this=0x7fb44423e848) at ./src/Storages/MergeTree/MergeTreeReaderCompact.h:18 #8 0x0000000031230354 in std::__1::default_delete::operator()[abi:v15000](DB::IMergeTreeReader*) const (this=0x7fb5ffde5308, __ptr=0x7fb5ff279600) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48 #9 std::__1::unique_ptr >::reset[abi:v15000](DB::IMergeTreeReader*) (this=0x7fb5ffde5308, __p=0x0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:305 #10 std::__1::unique_ptr >::~unique_ptr[abi:v15000]() (this=0x7fb5ffde5308) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259 #11 DB::MergeTreeSequentialSource::~MergeTreeSequentialSource (this=0x7fb5ffde5138) at ./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:224 #12 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #13 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #14 0x000000002e89909d in std::__1::__destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb5fc1ba920) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #15 std::__1::destroy_at[abi:v15000], 0>(std::__1::shared_ptr*) (__loc=0x7fb5fc1ba920) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #16 std::__1::allocator_traits > >::destroy[abi:v15000], void, void>(std::__1::allocator >&, std::__1::shared_ptr*) (__p=0x7fb5fc1ba920) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #17 std::__1::vector, std::__1::allocator > >::__base_destruct_at_end[abi:v15000](std::__1::shared_ptr*) (this=this@entry=0x7fb5fc0dde48, __new_last=0x7fb5fc1ba820) at ./contrib/llvm-project/libcxx/include/vector:833 #18 0x000000002e899626 in std::__1::vector, std::__1::allocator > >::__clear[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:827 #19 std::__1::vector, std::__1::allocator > >::~vector[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/vector:436 #20 std::__1::__destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:63 #21 std::__1::destroy_at[abi:v15000], std::__1::allocator > >, 0>(std::__1::vector, std::__1::allocator > >*) (__loc=) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:88 #22 std::__1::allocator_traits, std::__1::allocator > > > >::destroy[abi:v15000], std::__1::allocator > >, void, void>(std::__1::allocator, std::__1::allocator > > >&, std::__1::vector, std::__1::allocator > >*) (__p=) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:317 #23 std::__1::__shared_ptr_emplace, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > > > >::__on_zero_shared (this=0x7fb5fc0dde30) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:309 #24 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #25 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #26 0x000000002e89df61 in DB::QueryPipeline::~QueryPipeline (this=0x7fb5fde3b960) at ./src/QueryPipeline/QueryPipeline.cpp:43 #27 0x0000000030fce00b in DB::MergeTask::GlobalRuntimeContext::~GlobalRuntimeContext (this=0x7fb5fde3b7c8) at ./src/Storages/MergeTree/MergeTask.h:127 #28 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #29 0x0000000018c97d3e in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #30 0x0000000018c97e96 in std::__1::__shared_count::__release_shared[abi:v15000]() () #31 0x0000000018c97dab in std::__1::__shared_weak_count::__release_shared[abi:v15000]() () #32 0x000000003144b47f in std::__1::shared_ptr::reset[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:768 #33 DB::MergePlainMergeTreeTask::prepare()::$_0::operator()(DB::ExecutionStatus const&) const (execution_status=..., this=) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:93 #34 std::__1::__invoke[abi:v15000] (__f=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #35 std::__1::__invoke_void_return_wrapper::__call(DB::MergePlainMergeTreeTask::prepare()::$_0&, DB::ExecutionStatus const&) (__args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #36 std::__1::__function::__default_alloc_func::operator()[abi:v15000](DB::ExecutionStatus const&) (this=, __arg=...) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #37 std::__1::__function::__policy_invoker::__call_impl >(std::__1::__function::__policy_storage const*, DB::ExecutionStatus const&) (__buf=, __args=...) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #38 0x00000000314495e3 in DB::MergePlainMergeTreeTask::executeStep (this=) at ./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:59 #39 0x0000000030fe8144 in DB::MergeTreeBackgroundExecutor::routine (this=this@entry=0x44375a68, item=...) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:137 #40 0x0000000030fe96a0 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x44375a68) at ./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:259 #41 0x00000000237d49b8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49b7ae510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #42 std::__1::function::operator()() const (this=0x7fb49b7ae510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #43 ThreadPoolImpl >::worker (this=this@entry=0x44375b68, thread_it=thread_it@entry=...) at ./src/Common/ThreadPool.cpp:396 #44 0x00000000237d8fef 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::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #47 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #48 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:227 #49 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49b7ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #50 std::__1::function::operator()() const (this=0x7fb49b7ae970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #51 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #52 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x443868d8) at ./src/Common/ThreadPool.cpp:180 #53 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #54 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #55 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}> >(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}>) (__vp=0x443868d0) at ./contrib/llvm-project/libcxx/include/thread:295 #56 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #57 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 216 (Thread 0x7fb49bfb7700 (LWP 1870)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x4435deb0, remainingTime=..., mode=mode@entry=1) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x4435deb0, timeout=..., mode=1) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x0000000032b29fbf in Poco::Net::TCPServer::run (this=0x41ba91e0) at ./base/poco/Net/src/TCPServer.cpp:133 #4 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #5 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #6 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 215 (Thread 0x7fb49c7b8700 (LWP 1869)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x441408c8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x441408c8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000031f81ee6 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=this@entry=0x441408a0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000031f81d95 in ConcurrentBoundedQueue::popImpl (this=this@entry=0x44140818, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031f6f60e in ConcurrentBoundedQueue::pop (this=0x44140818, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperDispatcher::updateConfigurationThread (this=this@entry=0x44140658) at ./src/Coordination/KeeperDispatcher.cpp:704 #7 0x0000000031f72b8d 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=) 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=) 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=__buf@entry=0x7fb49c7b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49c7b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb49c7b0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4435e628) 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=0x4435e620) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 214 (Thread 0x7fb49cfb9700 (LWP 1868)): #0 0x00007fb7e8c3423f in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007fb7e8c39ec7 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000000003528e2fb 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 0x0000000031f6e672 in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 #5 DB::KeeperDispatcher::sessionCleanerTask (this=this@entry=0x44140658) at ./src/Coordination/KeeperDispatcher.cpp:566 #6 0x0000000031f7292d 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=) 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=) 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=__buf@entry=0x7fb49cfb1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb49cfb1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7fb49cfb1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #18 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4435d418) 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=0x4435d410) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #23 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 213 (Thread 0x7fb49d7ba700 (LWP 1864)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4435e7ac, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4435e7ac, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000032a4c726 in nuraft::EventAwaiter::wait_us (this=0x4435e750, time_us=0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 #4 nuraft::EventAwaiter::wait (this=0x4435e750) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:47 #5 nuraft::raft_server::append_entries_in_bg (this=0x4435d4a8) at ./contrib/NuRaft/src/handle_append_entries.cxx:51 #6 0x0000000032a28b22 in std::__1::__invoke[abi:v15000] (__f=@0x4435e728: (void (nuraft::raft_server::*)(nuraft::raft_server * const)) 0x32a4c620 , __a0=@0x4435e738: 0x4435d4a8) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #7 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435e728: (void (nuraft::raft_server::*)(nuraft::raft_server * const)) 0x32a4c620 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #8 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435e728) 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=0x4435e720) at ./contrib/llvm-project/libcxx/include/thread:295 #12 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 212 (Thread 0x7fb49dfbb700 (LWP 1863)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x4435d8d4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x4435d8d4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000032a2ce7b in std::__1::condition_variable::wait(std::__1::unique_lock&, nuraft::raft_server::commit_in_bg()::$_0) (this=0x4435d8a8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 nuraft::raft_server::commit_in_bg (this=0x4435d4a8) at ./contrib/NuRaft/src/handle_commit.cxx:130 #5 0x0000000031fa16f2 in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=0x4435d4a8) at ./src/Coordination/KeeperServer.cpp:193 #6 0x0000000032a28b22 in std::__1::__invoke[abi:v15000] (__f=@0x4435e7c8: &virtual nuraft::raft_server::commit_in_bg(), __a0=@0x4435e7d8: 0x4435d4a8) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #7 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435e7c8: &virtual nuraft::raft_server::commit_in_bg(), __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #8 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435e7c8) 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=0x4435e7c0) at ./contrib/llvm-project/libcxx/include/thread:295 #12 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #13 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 211 (Thread 0x7fb49e7bc700 (LWP 1862)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435c908: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435c918: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435c908: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435c908) 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=0x4435c900) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 210 (Thread 0x7fb49efbd700 (LWP 1861)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435c6e8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435c6f8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435c6e8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435c6e8) 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=0x4435c6e0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 209 (Thread 0x7fb49f7be700 (LWP 1860)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435c4c8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435c4d8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435c4c8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435c4c8) 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=0x4435c4c0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 208 (Thread 0x7fb49ffbf700 (LWP 1859)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435c2a8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435c2b8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435c2a8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435c2a8) 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=0x4435c2a0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 207 (Thread 0x7fb4a07c0700 (LWP 1858)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435c088: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435c098: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435c088: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435c088) 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=0x4435c080) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 206 (Thread 0x7fb4a0fc1700 (LWP 1857)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435be68: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435be78: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435be68: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435be68) 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=0x4435be60) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 205 (Thread 0x7fb4a17c2700 (LWP 1856)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435bc48: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435bc58: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435bc48: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435bc48) 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=0x4435bc40) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 204 (Thread 0x7fb4a1fc3700 (LWP 1855)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435ba28: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435ba38: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435ba28: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435ba28) 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=0x4435ba20) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 203 (Thread 0x7fb4a27c4700 (LWP 1854)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435b808: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435b818: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435b808: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435b808) 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=0x4435b800) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 202 (Thread 0x7fb4a2fc5700 (LWP 1853)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435b5e8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435b5f8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435b5e8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435b5e8) 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=0x4435b5e0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 201 (Thread 0x7fb4a37c6700 (LWP 1852)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435b3c8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435b3d8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435b3c8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435b3c8) 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=0x4435b3c0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 200 (Thread 0x7fb4a3fc7700 (LWP 1851)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435b1a8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435b1b8: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435b1a8: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435b1a8) 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=0x4435b1a0) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 199 (Thread 0x7fb4a47c8700 (LWP 1850)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435af88: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435af98: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435af88: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435af88) 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=0x4435af80) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 198 (Thread 0x7fb4a4fc9700 (LWP 1849)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435ad68: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435ad78: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435ad68: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435ad68) 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=0x4435ad60) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 197 (Thread 0x7fb4a57ca700 (LWP 1848)): #0 __syscall () at ./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x00000000351740d3 in epoll_pwait (fd=28, ev=0x7fb4a57c2190, cnt=128, to=-1, sigs=0x0) at ./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=28, ev=0x7fb4a57c2190, cnt=128, to=-1) at ./base/glibc-compatibility/musl/epoll.c:36 #3 0x00000000329d026e in boost::asio::detail::epoll_reactor::run (this=0x443597b0, usec=, ops=...) at ./contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:512 #4 0x00000000329d132d in boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:476 #5 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #7 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #8 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435ab48: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435ab58: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435ab48: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #10 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435ab48) 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=0x4435ab40) at ./contrib/llvm-project/libcxx/include/thread:295 #14 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #15 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 196 (Thread 0x7fb4a5fcb700 (LWP 1847)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000329d12bb in boost::asio::detail::posix_event::wait (this=0x41d30330, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #2 boost::asio::detail::conditionally_enabled_event::wait (this=0x41d30328, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #3 boost::asio::detail::scheduler::do_run_one (this=this@entry=0x41d302c0, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:501 #4 0x00000000329d0fa1 in boost::asio::detail::scheduler::run (this=0x41d302c0, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #5 0x00000000329ca9fd in boost::asio::io_context::run (this=0x443598e0) at ./contrib/boost/boost/asio/impl/io_context.ipp:63 #6 nuraft::asio_service_impl::worker_entry (this=0x443598e0) at ./contrib/NuRaft/src/asio_service.cxx:1808 #7 0x00000000329d7582 in std::__1::__invoke[abi:v15000] (__f=@0x4435a948: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __a0=@0x4435a958: 0x443598e0) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #8 std::__1::__apply_functor[abi:v15000], 0ul, std::__1::tuple<> > (__f=@0x4435a948: (void (nuraft::asio_service_impl::*)(nuraft::asio_service_impl * const)) 0x329ca8c0 , __bound_args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__functional/bind.h:263 #9 std::__1::__bind::operator()[abi:v15000]<> (this=0x4435a948) 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=0x4435a940) at ./contrib/llvm-project/libcxx/include/thread:295 #13 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #14 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 195 (Thread 0x7fb4a67cc700 (LWP 1846)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41c185c0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41c185c0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000031fbf1a6 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=this@entry=0x41c18598, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000031fbf055 in ConcurrentBoundedQueue::popImpl (this=this@entry=0x41c18510, x=@0x7fb4a67c4587: true, timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031faaba2 in ConcurrentBoundedQueue::pop (this=0x41c18510, x=@0x7fb4a67c4587: true) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::appendCompletionThread (this=this@entry=0x41c18288) at ./src/Coordination/Changelog.cpp:787 #7 0x0000000031fb2ecd 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=) 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=) 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=__buf@entry=0x7fb4a67c4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a67c4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb4a67c4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41c18ab8) 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=0x41c18ab0) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 194 (Thread 0x7fb4a6fcd700 (LWP 1845)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41c184ec, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41c184ec, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000031fbf666 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=this@entry=0x41c184c0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000031fbf515 in ConcurrentBoundedQueue >::popImpl (this=this@entry=0x41c18438, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031fab350 in ConcurrentBoundedQueue >::pop (this=0x41c18438, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::writeThread (this=this@entry=0x41c18288) at ./src/Coordination/Changelog.cpp:804 #7 0x0000000031fb2c6d 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=) 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=) 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=__buf@entry=0x7fb4a6fc5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a6fc5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb4a6fc5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41c18028) 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=0x41c18020) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 193 (Thread 0x7fb4a77ce700 (LWP 1844)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41c18400, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41c18400, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000238b0b26 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=this@entry=0x41c183d8, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x00000000238b09b5 in ConcurrentBoundedQueue, std::__1::allocator > >::popImpl (this=0x41c18350, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031fb05cd in ConcurrentBoundedQueue, std::__1::allocator > >::pop (this=0x41c18350, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::Changelog::cleanLogThread (this=this@entry=0x41c18288) at ./src/Coordination/Changelog.cpp:1145 #7 0x0000000031fb2a0d 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=) 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=) 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=__buf@entry=0x7fb4a77c6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a77c6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb4a77c6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41c181f8) 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=0x41c181f0) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 192 (Thread 0x7fb4a7fcf700 (LWP 1843)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44140ac8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44140ac8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000238b0b26 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=this@entry=0x44140aa0, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x00000000238b09b5 in ConcurrentBoundedQueue, std::__1::allocator > >::popImpl (this=0x44140a18, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031fec849 in ConcurrentBoundedQueue, std::__1::allocator > >::pop (this=0x44140a18, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=this@entry=0x44140a18) at ./src/Coordination/KeeperSnapshotManagerS3.cpp:242 #7 0x0000000031feda6d 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=) 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=) 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=__buf@entry=0x7fb4a7fc7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a7fc7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb4a7fc7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41bda9a8) 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=0x41bda9a0) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 191 (Thread 0x7fb4a87d0700 (LWP 1842)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x44140800, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x44140800, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x0000000031f79d86 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=this@entry=0x441407d8, __lk=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 0x0000000031f79c35 in ConcurrentBoundedQueue::popImpl (this=this@entry=0x44140750, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #5 0x0000000031f6685d in ConcurrentBoundedQueue::pop (this=0x44140750, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #6 DB::KeeperDispatcher::snapshotThread (this=this@entry=0x44140658) at ./src/Coordination/KeeperDispatcher.cpp:232 #7 0x0000000031f71f2d 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=) 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=) 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=__buf@entry=0x7fb4a87c8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #16 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a87c8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7fb4a87c8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #19 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41c06a48) 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=0x41c06a40) at ./contrib/llvm-project/libcxx/include/thread:295 #23 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #24 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 190 (Thread 0x7fb4a8fd1700 (LWP 1841)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x44140738, __m=0x189, __ts=0x7fb4a8fc9420) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x44140738, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x44140710, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x44140710, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x44140710, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x0000000031f79a59 in 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=0x44140710, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000031f796bd 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=0x44140710, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=this@entry=0x44140688, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x0000000031f66058 in ConcurrentBoundedQueue::tryPop (this=0x44140688, x=..., milliseconds=0) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 DB::KeeperDispatcher::responseThread (this=this@entry=0x44140658) at ./src/Coordination/KeeperDispatcher.cpp:209 #11 0x0000000031f71ccd 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=) 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=) 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=__buf@entry=0x7fb4a8fc9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a8fc9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fb4a8fc9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x4411bda8) 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=0x4411bda0) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 189 (Thread 0x7fb4a97d2700 (LWP 1840)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41cbe4b0, __m=0x189, __ts=0x7fb4a97ca2a0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41cbe4b0, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x41cbe488, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x41cbe488, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x41cbe488, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x0000000031f79439 in 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=0x41cbe488, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x0000000031f790bd 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=0x41cbe488, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 ConcurrentBoundedQueue::popImpl (this=0x41cbe400, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #9 0x0000000031f640aa in ConcurrentBoundedQueue::tryPop (this=0x41cbe4b0, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #10 DB::KeeperDispatcher::requestThread (this=this@entry=0x44140658) at ./src/Coordination/KeeperDispatcher.cpp:86 #11 0x0000000031f71a6d 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=) 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=) 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=__buf@entry=0x7fb4a97ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #20 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a97ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #21 std::__1::function::operator()() const (this=0x7fb4a97ca970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #22 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #23 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41bfc1e8) 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=0x41bfc1e0) at ./contrib/llvm-project/libcxx/include/thread:295 #27 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #28 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 188 (Thread 0x7fb4a9fd3700 (LWP 1839)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29c70, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29c70, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687c0d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x000000002e68866d 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=) 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=) 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=__buf@entry=0x7fb4a9fcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4a9fcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4a9fcb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2c288) 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=0x41d2c280) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 187 (Thread 0x7fb4aa7d4700 (LWP 1838)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4aa7cc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4aa7cc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4aa7cc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2c028) 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=0x41d2c020) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 186 (Thread 0x7fb4aafd5700 (LWP 1837)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4aafcd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4aafcd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4aafcd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2bdc8) 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=0x41d2bdc0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 185 (Thread 0x7fb4ab7d6700 (LWP 1836)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ab7ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ab7ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ab7ce970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2bb68) 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=0x41d2bb60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 184 (Thread 0x7fb4abfd7700 (LWP 1835)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4abfcf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4abfcf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4abfcf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2b908) 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=0x41d2b900) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 183 (Thread 0x7fb4ac7d8700 (LWP 1834)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ac7d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ac7d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ac7d0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2b6a8) 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=0x41d2b6a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 182 (Thread 0x7fb4acfd9700 (LWP 1833)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4acfd1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4acfd1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4acfd1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2b448) 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=0x41d2b440) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 181 (Thread 0x7fb4ad7da700 (LWP 1832)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ad7d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ad7d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ad7d2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2b1e8) 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=0x41d2b1e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 180 (Thread 0x7fb4adfdb700 (LWP 1831)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4adfd3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4adfd3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4adfd3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2afc8) 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=0x41d2afc0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 179 (Thread 0x7fb4ae7dc700 (LWP 1830)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ae7d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ae7d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ae7d4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2ada8) 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=0x41d2ada0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 178 (Thread 0x7fb4aefdd700 (LWP 1829)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4aefd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4aefd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4aefd5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2ab88) 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=0x41d2ab80) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 177 (Thread 0x7fb4af7de700 (LWP 1828)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4af7d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4af7d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4af7d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2a968) 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=0x41d2a960) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 176 (Thread 0x7fb4affdf700 (LWP 1827)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4affd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4affd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4affd7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2a748) 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=0x41d2a740) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 175 (Thread 0x7fb4b07e0700 (LWP 1826)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b07d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b07d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b07d8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2a528) 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=0x41d2a520) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 174 (Thread 0x7fb4b0fe1700 (LWP 1825)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b0fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b0fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b0fd9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2a308) 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=0x41d2a300) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 173 (Thread 0x7fb4b17e2700 (LWP 1824)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b17da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b17da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b17da970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d2a0e8) 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=0x41d2a0e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 172 (Thread 0x7fb4b1fe3700 (LWP 1823)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d29bd4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d29bd4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d29ba8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d29ba0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b1fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b1fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b1fdb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d29ec8) 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=0x41d29ec0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 171 (Thread 0x7fb4b27e4700 (LWP 1822)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26f80, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26f80, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687c0d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x000000002e68866d 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=) 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=) 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=__buf@entry=0x7fb4b27dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b27dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb4b27dc970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d29488) 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=0x41d29480) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 170 (Thread 0x7fb4b2fe5700 (LWP 1821)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b2fdd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b2fdd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b2fdd970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d29228) 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=0x41d29220) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 169 (Thread 0x7fb4b37e6700 (LWP 1820)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b37de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b37de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b37de970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d28fc8) 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=0x41d28fc0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 168 (Thread 0x7fb4b3fe7700 (LWP 1819)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b3fdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b3fdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b3fdf970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d28d68) 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=0x41d28d60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 167 (Thread 0x7fb4b47e8700 (LWP 1818)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b47e0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b47e0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b47e0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d28b08) 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=0x41d28b00) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 166 (Thread 0x7fb4b4fe9700 (LWP 1817)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b4fe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b4fe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b4fe1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d288a8) 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=0x41d288a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 165 (Thread 0x7fb4b57ea700 (LWP 1816)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b57e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b57e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b57e2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d28648) 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=0x41d28640) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 164 (Thread 0x7fb4b5feb700 (LWP 1815)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b5fe3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b5fe3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b5fe3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d283e8) 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=0x41d283e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 163 (Thread 0x7fb4b67ec700 (LWP 1814)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b67e4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b67e4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b67e4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d281c8) 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=0x41d281c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 162 (Thread 0x7fb4b6fed700 (LWP 1813)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b6fe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b6fe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b6fe5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27fa8) 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=0x41d27fa0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 161 (Thread 0x7fb4b77ee700 (LWP 1812)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b77e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b77e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b77e6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27d88) 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=0x41d27d80) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 160 (Thread 0x7fb4b7fef700 (LWP 1811)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b7fe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b7fe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b7fe7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27b68) 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=0x41d27b60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 159 (Thread 0x7fb4b87f0700 (LWP 1810)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b87e8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b87e8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b87e8970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27948) 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=0x41d27940) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 158 (Thread 0x7fb4b8ff1700 (LWP 1809)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b8fe9970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27728) 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=0x41d27720) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 157 (Thread 0x7fb4b97f2700 (LWP 1808)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b97ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b97ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b97ea970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d27508) 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=0x41d27500) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 156 (Thread 0x7fb4b9ff3700 (LWP 1807)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4b9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4b9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4b9feb970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d272e8) 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=0x41d272e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 155 (Thread 0x7fb4ba7f4700 (LWP 1806)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d26ee0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d26ee0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d26eb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d26eb0) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ba7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ba7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ba7ec970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d270c8) 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=0x41d270c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 154 (Thread 0x7fb4baff5700 (LWP 1805)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41d10b34, __m=0x189, __ts=0x7fb4bafed4c0) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41d10b34, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000238a5ab0 in std::__1::condition_variable::wait_for > (this=0x41d10b08, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x000000002e687f67 in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:320 #5 0x000000002e68866d 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=) 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=) 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=__buf@entry=0x7fb4bafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bafed970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d26768) 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=0x41d26760) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 153 (Thread 0x7fb4bb7f6700 (LWP 1804)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bb7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bb7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bb7ee970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d264d8) 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=0x41d264d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 152 (Thread 0x7fb4bbff7700 (LWP 1803)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bbfef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bbfef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bbfef970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d26248) 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=0x41d26240) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 151 (Thread 0x7fb4bc7f8700 (LWP 1802)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bc7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bc7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bc7f0970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25fb8) 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=0x41d25fb0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 150 (Thread 0x7fb4bcff9700 (LWP 1801)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bcff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bcff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bcff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25d28) 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=0x41d25d20) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 149 (Thread 0x7fb4bd7fa700 (LWP 1800)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bd7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bd7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bd7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25a98) 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=0x41d25a90) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 148 (Thread 0x7fb4bdffb700 (LWP 1799)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bdff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25808) 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=0x41d25800) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 147 (Thread 0x7fb4be7fc700 (LWP 1798)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4be7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4be7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4be7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25578) 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=0x41d25570) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 146 (Thread 0x7fb4beffd700 (LWP 1797)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4beff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4beff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4beff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d252e8) 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=0x41d252e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 145 (Thread 0x7fb4bf7fe700 (LWP 1796)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bf7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bf7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bf7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d25058) 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=0x41d25050) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 144 (Thread 0x7fb4bffff700 (LWP 1795)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4bfff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4bfff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4bfff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d24dc8) 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=0x41d24dc0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 143 (Thread 0x7fb4c4ff9700 (LWP 1794)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d24b38) 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=0x41d24b30) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 142 (Thread 0x7fb4c57fa700 (LWP 1793)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d248a8) 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=0x41d248a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 141 (Thread 0x7fb4c5ffb700 (LWP 1792)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d24618) 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=0x41d24610) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 140 (Thread 0x7fb4c67fc700 (LWP 1791)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d24388) 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=0x41d24380) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 139 (Thread 0x7fb4c6ffd700 (LWP 1790)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d240f8) 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=0x41d240f0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 138 (Thread 0x7fb4c77fe700 (LWP 1789)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d23e68) 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=0x41d23e60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 137 (Thread 0x7fb4c7fff700 (LWP 1788)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4c7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4c7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4c7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d23bd8) 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=0x41d23bd0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 136 (Thread 0x7fb4e4ff9700 (LWP 1787)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e4ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d23948) 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=0x41d23940) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 135 (Thread 0x7fb4e57fa700 (LWP 1786)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e57f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d236b8) 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=0x41d236b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 134 (Thread 0x7fb4e5ffb700 (LWP 1785)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e5ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d23428) 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=0x41d23420) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 133 (Thread 0x7fb4e67fc700 (LWP 1784)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e67f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d23198) 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=0x41d23190) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 132 (Thread 0x7fb4e6ffd700 (LWP 1783)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e6ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d22ed8) 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=0x41d22ed0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 131 (Thread 0x7fb4e77fe700 (LWP 1782)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e77f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d21c48) 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=0x41d21c40) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 130 (Thread 0x7fb4ecff9700 (LWP 1781)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ecff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ecff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ecff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d219b8) 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=0x41d219b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 129 (Thread 0x7fb4ed7fa700 (LWP 1780)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ed7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ed7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ed7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d21728) 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=0x41d21720) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 128 (Thread 0x7fb4edffb700 (LWP 1779)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a90, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a90, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4edff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4edff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4edff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d21498) 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=0x41d21490) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 127 (Thread 0x7fb4ee7fc700 (LWP 1778)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ee7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ee7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ee7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d21208) 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=0x41d21200) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 126 (Thread 0x7fb4eeffd700 (LWP 1777)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4eeff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4eeff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4eeff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d20f78) 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=0x41d20f70) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 125 (Thread 0x7fb4ef7fe700 (LWP 1776)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a90, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a90, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4ef7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4ef7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4ef7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d20ce8) 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=0x41d20ce0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 124 (Thread 0x7fb4e7fff700 (LWP 1775)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4e7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4e7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4e7ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d20a58) 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=0x41d20a50) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 123 (Thread 0x7fb4effff700 (LWP 1774)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb4efff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb4efff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb4efff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d207c8) 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=0x41d207c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 122 (Thread 0x7fb524ff9700 (LWP 1773)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb524ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb524ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb524ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d20538) 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=0x41d20530) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 121 (Thread 0x7fb5257fa700 (LWP 1772)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5257f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5257f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5257f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d202a8) 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=0x41d202a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 120 (Thread 0x7fb525ffb700 (LWP 1771)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb525ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb525ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb525ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d20018) 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=0x41d20010) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 119 (Thread 0x7fb5267fc700 (LWP 1770)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5267f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5267f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5267f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1fd88) 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=0x41d1fd80) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 118 (Thread 0x7fb526ffd700 (LWP 1769)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb526ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb526ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb526ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1faf8) 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=0x41d1faf0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 117 (Thread 0x7fb527fff700 (LWP 1768)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb527ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb527ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb527ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1f868) 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=0x41d1f860) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 116 (Thread 0x7fb52cff9700 (LWP 1767)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1f5d8) 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=0x41d1f5d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 115 (Thread 0x7fb52d7fa700 (LWP 1766)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1f348) 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=0x41d1f340) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 114 (Thread 0x7fb52dffb700 (LWP 1765)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1f0b8) 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=0x41d1f0b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 113 (Thread 0x7fb52e7fc700 (LWP 1764)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1ee28) 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=0x41d1ee20) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 112 (Thread 0x7fb52effd700 (LWP 1763)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1eb98) 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=0x41d1eb90) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 111 (Thread 0x7fb52f7fe700 (LWP 1762)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1e908) 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=0x41d1e900) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 110 (Thread 0x7fb5277fe700 (LWP 1761)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5277f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5277f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5277f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1e678) 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=0x41d1e670) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 109 (Thread 0x7fb52ffff700 (LWP 1760)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb52fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb52fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb52fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1e3e8) 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=0x41d1e3e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 108 (Thread 0x7fb54cff9700 (LWP 1759)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1e158) 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=0x41d1e150) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 107 (Thread 0x7fb54d7fa700 (LWP 1758)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1dec8) 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=0x41d1dec0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 106 (Thread 0x7fb54dffb700 (LWP 1757)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1dc38) 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=0x41d1dc30) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 105 (Thread 0x7fb54e7fc700 (LWP 1756)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1d9a8) 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=0x41d1d9a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 104 (Thread 0x7fb54effd700 (LWP 1755)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1d718) 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=0x41d1d710) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 103 (Thread 0x7fb54f7fe700 (LWP 1754)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1d488) 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=0x41d1d480) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 102 (Thread 0x7fb54ffff700 (LWP 1753)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb54fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb54fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb54fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1d1f8) 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=0x41d1d1f0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 101 (Thread 0x7fb56cff9700 (LWP 1752)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1cf68) 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=0x41d1cf60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 100 (Thread 0x7fb56d7fa700 (LWP 1751)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1ccd8) 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=0x41d1ccd0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 99 (Thread 0x7fb56dffb700 (LWP 1750)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1ca48) 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=0x41d1ca40) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 98 (Thread 0x7fb56e7fc700 (LWP 1749)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1c7b8) 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=0x41d1c7b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 97 (Thread 0x7fb56effd700 (LWP 1748)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1c528) 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=0x41d1c520) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 96 (Thread 0x7fb56f7fe700 (LWP 1747)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1c298) 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=0x41d1c290) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 95 (Thread 0x7fb56ffff700 (LWP 1746)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb56fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb56fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb56fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1c008) 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=0x41d1c000) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 94 (Thread 0x7fb590ff9700 (LWP 1745)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb590ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb590ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb590ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1bd78) 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=0x41d1bd70) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 93 (Thread 0x7fb5917fa700 (LWP 1744)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5917f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5917f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5917f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1bae8) 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=0x41d1bae0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 92 (Thread 0x7fb591ffb700 (LWP 1743)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb591ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb591ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb591ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1b858) 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=0x41d1b850) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 91 (Thread 0x7fb5927fc700 (LWP 1742)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5927f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5927f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5927f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1b5c8) 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=0x41d1b5c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 90 (Thread 0x7fb592ffd700 (LWP 1741)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb592ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb592ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb592ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1b338) 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=0x41d1b330) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 89 (Thread 0x7fb5937fe700 (LWP 1740)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5937f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5937f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5937f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1b0a8) 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=0x41d1b0a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 88 (Thread 0x7fb593fff700 (LWP 1739)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb593ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb593ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb593ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1ae18) 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=0x41d1ae10) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 87 (Thread 0x7fb5a8ff9700 (LWP 1738)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5a8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5a8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5a8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1ab88) 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=0x41d1ab80) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 86 (Thread 0x7fb5a97fa700 (LWP 1737)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5a97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5a97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5a97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1a8f8) 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=0x41d1a8f0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 85 (Thread 0x7fb5a9ffb700 (LWP 1736)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5a9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5a9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5a9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1a668) 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=0x41d1a660) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 84 (Thread 0x7fb5aa7fc700 (LWP 1735)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5aa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5aa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5aa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1a3d8) 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=0x41d1a3d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 83 (Thread 0x7fb5aaffd700 (LWP 1734)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5aaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5aaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5aaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d1a148) 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=0x41d1a140) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 82 (Thread 0x7fb5ab7fe700 (LWP 1733)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5ab7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5ab7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5ab7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d19eb8) 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=0x41d19eb0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 81 (Thread 0x7fb5abfff700 (LWP 1732)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5abff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5abff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5abff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d19c28) 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=0x41d19c20) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 80 (Thread 0x7fb5c8ff9700 (LWP 1731)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5c8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5c8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5c8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d19998) 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=0x41d19990) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 79 (Thread 0x7fb5c97fa700 (LWP 1730)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5c97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5c97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5c97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d19708) 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=0x41d19700) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 78 (Thread 0x7fb5c9ffb700 (LWP 1729)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5c9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5c9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5c9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d19478) 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=0x41d19470) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 77 (Thread 0x7fb5ca7fc700 (LWP 1728)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5ca7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5ca7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5ca7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d191e8) 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=0x41d191e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 76 (Thread 0x7fb5caffd700 (LWP 1727)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5caff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5caff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5caff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d18f58) 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=0x41d18f50) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 75 (Thread 0x7fb5cb7fe700 (LWP 1726)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a90, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a90, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5cb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5cb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5cb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d18cc8) 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=0x41d18cc0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 74 (Thread 0x7fb5cbfff700 (LWP 1725)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5cbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5cbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5cbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d18a38) 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=0x41d18a30) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 73 (Thread 0x7fb5e8ff9700 (LWP 1724)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5e8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5e8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5e8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d187a8) 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=0x41d187a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 72 (Thread 0x7fb5e97fa700 (LWP 1723)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5e97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5e97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5e97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d18518) 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=0x41d18510) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 71 (Thread 0x7fb5e9ffb700 (LWP 1722)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5e9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5e9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5e9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d18288) 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=0x41d18280) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 70 (Thread 0x7fb5ea7fc700 (LWP 1721)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5ea7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5ea7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5ea7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17ff8) 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=0x41d17ff0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 69 (Thread 0x7fb5eaffd700 (LWP 1720)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5eaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5eaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5eaff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17d68) 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=0x41d17d60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 68 (Thread 0x7fb5eb7fe700 (LWP 1719)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5eb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5eb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5eb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17ad8) 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=0x41d17ad0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 67 (Thread 0x7fb5ebfff700 (LWP 1718)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb5ebff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb5ebff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb5ebff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17848) 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=0x41d17840) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 66 (Thread 0x7fb608ff9700 (LWP 1717)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb608ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb608ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb608ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d175b8) 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=0x41d175b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 65 (Thread 0x7fb6097fa700 (LWP 1716)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6097f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6097f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6097f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17328) 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=0x41d17320) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 64 (Thread 0x7fb609ffb700 (LWP 1715)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb609ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb609ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb609ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d17098) 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=0x41d17090) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 63 (Thread 0x7fb60a7fc700 (LWP 1714)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb60a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb60a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb60a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d16e08) 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=0x41d16e00) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 62 (Thread 0x7fb60affd700 (LWP 1713)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb60aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb60aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb60aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d16b78) 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=0x41d16b70) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 61 (Thread 0x7fb60b7fe700 (LWP 1712)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb60b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb60b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb60b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d168e8) 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=0x41d168e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 60 (Thread 0x7fb60bfff700 (LWP 1711)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb60bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb60bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb60bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d16658) 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=0x41d16650) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 59 (Thread 0x7fb640ff9700 (LWP 1710)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb640ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb640ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb640ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d163c8) 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=0x41d163c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 58 (Thread 0x7fb6417fa700 (LWP 1709)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6417f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6417f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6417f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d16138) 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=0x41d16130) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 57 (Thread 0x7fb641ffb700 (LWP 1708)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb641ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb641ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb641ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d15ea8) 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=0x41d15ea0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 56 (Thread 0x7fb6427fc700 (LWP 1707)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6427f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6427f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6427f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d15c18) 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=0x41d15c10) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 55 (Thread 0x7fb642ffd700 (LWP 1706)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb642ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb642ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb642ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d15988) 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=0x41d15980) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 54 (Thread 0x7fb6437fe700 (LWP 1705)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6437f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6437f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6437f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d156f8) 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=0x41d156f0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 53 (Thread 0x7fb648ff9700 (LWP 1704)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb648ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb648ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb648ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d15468) 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=0x41d15460) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 52 (Thread 0x7fb6497fa700 (LWP 1703)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6497f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6497f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6497f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d151d8) 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=0x41d151d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 51 (Thread 0x7fb649ffb700 (LWP 1702)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb649ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb649ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb649ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14f48) 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=0x41d14f40) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 50 (Thread 0x7fb64a7fc700 (LWP 1701)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb64a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb64a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb64a7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14cb8) 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=0x41d14cb0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 49 (Thread 0x7fb64affd700 (LWP 1700)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb64aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb64aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb64aff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14a28) 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=0x41d14a20) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 48 (Thread 0x7fb64b7fe700 (LWP 1699)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb64b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb64b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb64b7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14798) 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=0x41d14790) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 47 (Thread 0x7fb643fff700 (LWP 1698)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb643ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb643ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb643ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14508) 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=0x41d14500) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 46 (Thread 0x7fb64bfff700 (LWP 1697)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb64bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb64bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb64bff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d14278) 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=0x41d14270) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 45 (Thread 0x7fb66cff9700 (LWP 1696)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13fe8) 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=0x41d13fe0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 44 (Thread 0x7fb66d7fa700 (LWP 1695)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13d58) 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=0x41d13d50) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 43 (Thread 0x7fb66dffb700 (LWP 1694)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13ac8) 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=0x41d13ac0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 42 (Thread 0x7fb66e7fc700 (LWP 1693)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13838) 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=0x41d13830) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 41 (Thread 0x7fb66effd700 (LWP 1692)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d135a8) 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=0x41d135a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 40 (Thread 0x7fb66f7fe700 (LWP 1691)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13318) 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=0x41d13310) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 39 (Thread 0x7fb66ffff700 (LWP 1690)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a90, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a90, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb66fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb66fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb66fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d13088) 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=0x41d13080) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 38 (Thread 0x7fb68cff9700 (LWP 1689)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68cff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d12df8) 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=0x41d12df0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 37 (Thread 0x7fb68d7fa700 (LWP 1688)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68d7f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d12b68) 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=0x41d12b60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 36 (Thread 0x7fb68dffb700 (LWP 1687)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68dff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d128d8) 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=0x41d128d0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 35 (Thread 0x7fb68e7fc700 (LWP 1686)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68e7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d12648) 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=0x41d12640) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 34 (Thread 0x7fb68effd700 (LWP 1685)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68eff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d123b8) 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=0x41d123b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 33 (Thread 0x7fb68f7fe700 (LWP 1684)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68f7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d12128) 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=0x41d12120) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 32 (Thread 0x7fb68ffff700 (LWP 1683)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a90, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a90, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb68fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb68fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb68fff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d11e98) 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=0x41d11e90) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 31 (Thread 0x7fb6b0ff9700 (LWP 1682)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b0ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b0ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b0ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d11c78) 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=0x41d11c70) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 30 (Thread 0x7fb6b17fa700 (LWP 1681)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b17f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b17f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b17f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d11a58) 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=0x41d11a50) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 29 (Thread 0x7fb6b1ffb700 (LWP 1680)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b1ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b1ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b1ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d11838) 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=0x41d11830) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 28 (Thread 0x7fb6b27fc700 (LWP 1679)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b27f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b27f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b27f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d11618) 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=0x41d11610) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 27 (Thread 0x7fb6b2ffd700 (LWP 1678)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b2ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d113f8) 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=0x41d113f0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 26 (Thread 0x7fb6b37fe700 (LWP 1677)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41d10a94, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41d10a94, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41d10a68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41d10a60) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6b37f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b37f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6b37f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d10768) 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=0x41d10760) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 25 (Thread 0x7fb6b3fff700 (LWP 1676)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba1464, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba1464, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687c0d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:312 #4 0x000000002e68866d 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=) 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=) 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=__buf@entry=0x7fb6b3ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #13 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6b3ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb6b3ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d10348) 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=0x41d10340) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 24 (Thread 0x7fb6f8ff9700 (LWP 1675)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c0, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c0, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6f8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6f8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6f8ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d100e8) 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=0x41d100e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 23 (Thread 0x7fb6f97fa700 (LWP 1674)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6f97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6f97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6f97f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x7fb7e89de008) 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=0x7fb7e89de000) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 22 (Thread 0x7fb6f9ffb700 (LWP 1673)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6f9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6f9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6f9ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0fc48) 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=0x41d0fc40) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 21 (Thread 0x7fb6fa7fc700 (LWP 1672)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb6fa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6fa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb6fa7f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0f9e8) 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=0x41d0f9e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 20 (Thread 0x7fb7017fa700 (LWP 1671)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb7017f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb7017f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb7017f2970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0f788) 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=0x41d0f780) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 19 (Thread 0x7fb701ffb700 (LWP 1670)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb701ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb701ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb701ff3970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0f528) 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=0x41d0f520) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 18 (Thread 0x7fb7027fc700 (LWP 1669)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb7027f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb7027f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb7027f4970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0f2c8) 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=0x41d0f2c0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 17 (Thread 0x7fb702ffd700 (LWP 1668)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb702ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb702ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb702ff5970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0f0a8) 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=0x41d0f0a0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 16 (Thread 0x7fb7037fe700 (LWP 1667)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb7037f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb7037f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb7037f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0ee88) 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=0x41d0ee80) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 15 (Thread 0x7fb703fff700 (LWP 1666)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb703ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb703ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb703ff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0ec68) 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=0x41d0ec60) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 14 (Thread 0x7fb70f748700 (LWP 1665)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb70f740970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb70f740970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb70f740970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0ea48) 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=0x41d0ea40) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 13 (Thread 0x7fb70ff49700 (LWP 1664)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb70ff41970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb70ff41970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb70ff41970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0e828) 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=0x41d0e820) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 12 (Thread 0x7fb71074a700 (LWP 1663)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb710742970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb710742970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb710742970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0e608) 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=0x41d0e600) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 11 (Thread 0x7fb710f4b700 (LWP 1662)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb710f43970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb710f43970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb710f43970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41d0e3e8) 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=0x41d0e3e0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 10 (Thread 0x7fb71174c700 (LWP 1661)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb711744970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb711744970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb711744970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41cc8e28) 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=0x41cc8e20) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 9 (Thread 0x7fb700ff9700 (LWP 1660)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41ba13c4, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41ba13c4, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x000000002e687a1b in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_4) (this=0x41ba1398, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 DB::BackgroundSchedulePool::threadFunction (this=this@entry=0x41ba1390) at ./src/Core/BackgroundSchedulePool.cpp:269 #5 0x000000002e68840d 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=) 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=) 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=__buf@entry=0x7fb700ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #14 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb700ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7fb700ff1970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #17 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41cca2b8) 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=0x41cca2b0) at ./contrib/llvm-project/libcxx/include/thread:295 #21 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #22 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 8 (Thread 0x7fb6fbfff700 (LWP 1659)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41ccc548, __m=0x189, __ts=0x7fb6fbff7480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41ccc548, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x41ccc520, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x41ccc520, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x41ccc520, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x000000002f47119e in 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=this@entry=0x41ccc520, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000002f46fc50 in 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=0x41ccc520, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x41ccc4d0) at ./src/Interpreters/ExternalLoader.cpp:1262 #9 0x000000002f47248b 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6fbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb6fbff7970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41cc8828) 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=0x41cc8820) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 7 (Thread 0x7fb6fb7fe700 (LWP 1658)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0d15 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x41be35e8, __m=0x189, __ts=0x7fb6fb7f6480) at ./contrib/llvm-project/libcxx/include/__threading_support:341 #2 std::__1::condition_variable::__do_timed_wait (this=0x41be35e8, lk=..., tp=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:76 #3 0x00000000236da37d in std::__1::condition_variable::wait_for > (this=this@entry=0x41be35c0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #4 0x00000000236da28e in std::__1::condition_variable::__do_timed_wait (this=0x41be35c0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #5 std::__1::condition_variable::wait_until > > (this=0x41be35c0, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #6 0x000000002f47119e in 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=this@entry=0x41be35c0, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #7 0x000000002f46fc50 in 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=0x41be35c0, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #8 DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=this@entry=0x41be3570) at ./src/Interpreters/ExternalLoader.cpp:1262 #9 0x000000002f47248b 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 0x00000000237d27d8 in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7fb6fb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #14 std::__1::function::operator()() const (this=0x7fb6fb7f6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #15 ThreadPoolImpl::worker (this=0x411aae00, thread_it=...) at ./src/Common/ThreadPool.cpp:396 #16 0x00000000237d6624 in ThreadPoolImpl::scheduleImpl(std::__1::function, long, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=0x41cc7f18) 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=0x41cc7f10) at ./contrib/llvm-project/libcxx/include/thread:295 #20 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #21 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 6 (Thread 0x7fb6faffd700 (LWP 1651)): #0 0x00007fb7e8d587d1 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000033a3e785 in rocksdb::port::CondVar::TimedWait (this=0x411a7024, abs_time_us=) at ./contrib/rocksdb/port/port_posix.cc:124 #2 0x00000000338f86cd in rocksdb::InstrumentedCondVar::TimedWaitInternal (this=0x411a6ff8, abs_time_us=1709329235205137) at ./contrib/rocksdb/monitoring/instrumented_mutex.cc:70 #3 rocksdb::InstrumentedCondVar::TimedWait (this=0x411a6ff8, abs_time_us=1709329235205137) at ./contrib/rocksdb/monitoring/instrumented_mutex.cc:59 #4 0x000000003384288c in rocksdb::Timer::Run (this=0x411a6fb0) at ./contrib/rocksdb/util/timer.h:257 #5 0x0000000033843502 in std::__1::__invoke[abi:v15000] (__f=@0x41b70ed8: (void (rocksdb::Timer::*)(rocksdb::Timer * const)) 0x338427e0 , __a0=@0x41b70ee8: 0x411a6fb0) 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=0x41b70ed0) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 5 (Thread 0x7fb7e5a9c700 (LWP 1635)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x411270d8, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x411270d8, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000339f795b in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x41127030, thread_id=thread_id@entry=0) at ./contrib/rocksdb/util/threadpool_imp.cc:194 #4 0x00000000339f7c24 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x41b5c1b0) at ./contrib/rocksdb/util/threadpool_imp.cc:307 #5 0x00000000339fa40f in std::__1::__invoke[abi:v15000] (__f=@0x41c29578: 0x339f7bc0 , __args=@0x41c29580: 0x41b5c1b0) 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=0x41c29570) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 4 (Thread 0x7fb7e629d700 (LWP 1634)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x41127008, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x41127008, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000339f795b in rocksdb::ThreadPoolImpl::Impl::BGThread (this=this@entry=0x41126f60, thread_id=thread_id@entry=0) at ./contrib/rocksdb/util/threadpool_imp.cc:194 #4 0x00000000339f7c24 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x41b60d60) at ./contrib/rocksdb/util/threadpool_imp.cc:307 #5 0x00000000339fa40f in std::__1::__invoke[abi:v15000] (__f=@0x41b5fce8: 0x339f7bc0 , __args=@0x41b5fcf0: 0x41b60d60) 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=0x41b5fce0) at ./contrib/llvm-project/libcxx/include/thread:295 #8 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #9 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 3 (Thread 0x7fb7e7aa0700 (LWP 1627)): #0 0x00007fb7e8c69bbf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000032b1c8a5 in Poco::Net::SocketImpl::pollImpl (this=this@entry=0x7fb630008e00, remainingTime=..., mode=mode@entry=5) at ./base/poco/Net/src/SocketImpl.cpp:432 #2 0x0000000032b1cb59 in Poco::Net::SocketImpl::poll (this=0x7fb630008e00, timeout=..., mode=5) at ./base/poco/Net/src/SocketImpl.cpp:500 #3 0x000000002fabe48e in DB::ReadBufferFromPocoSocket::poll (this=, timeout_microseconds=10000000) at ./src/IO/ReadBufferFromPocoSocket.cpp:103 #4 0x000000003166bfb9 in DB::TCPHandler::runImpl (this=this@entry=0x7fb62c0a53d0) at ./src/Server/TCPHandler.cpp:234 #5 0x00000000316929b6 in DB::TCPHandler::run (this=0x7fb62c0a53d0) at ./src/Server/TCPHandler.cpp:2077 #6 0x0000000032b2b45b in Poco::Net::TCPServerConnection::start (this=0x7fb62c0a53d0) at ./base/poco/Net/src/TCPServerConnection.cpp:43 #7 0x0000000032b2c436 in Poco::Net::TCPServerDispatcher::run (this=0x7fb51000dc90) at ./base/poco/Net/src/TCPServerDispatcher.cpp:115 #8 0x0000000032d99e05 in Poco::PooledThread::run (this=0x41183020) at ./base/poco/Foundation/src/ThreadPool.cpp:188 #9 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #10 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7fb7e82a1700 (LWP 1626)): #0 0x00007fb7e8d5c3cc in read () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x0000000023724db3 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7fb7e82997b0) at ./src/IO/ReadBufferFromFileDescriptor.cpp:73 #2 0x0000000018ccdf76 in DB::ReadBuffer::next() () #3 0x00000000239ec222 in DB::ReadBuffer::eof (this=0x7fb7e82997b0) at ./src/IO/ReadBuffer.h:100 #4 SignalListener::run (this=0x4117f180) at ./src/Daemon/BaseDaemon.cpp:209 #5 0x0000000032d955f5 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x00007fb7e8d51609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #7 0x00007fb7e8c76353 in clone () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7fb7e8a03c00 (LWP 1625)): #0 0x00007fb7e8d58376 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00000000351a0c2a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7ffc547adb38, __m=0x80) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #2 std::__1::condition_variable::wait (this=0x7ffc547adb38, lk=...) at ./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #3 0x00000000239ea83d in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (__lk=..., __pred=..., this=) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #4 BaseDaemon::waitForTerminationRequest (this=0x7ffc547ad888) at ./src/Daemon/BaseDaemon.cpp:986 #5 0x000000002377ed64 in DB::Server::main (this=0x7ffc547ad888) at ./programs/server/Server.cpp:1889 #6 0x0000000032b532a7 in Poco::Util::Application::run (this=0x7ffc547ad888) at ./base/poco/Util/src/Application.cpp:315 #7 0x0000000023768576 in DB::Server::run (this=0x7ffc547ad888) at ./programs/server/Server.cpp:476 #8 0x0000000032b75878 in Poco::Util::ServerApplication::run (this=0x7ffc547ad888, argc=6, argv=0x4115e6d0) at ./base/poco/Util/src/ServerApplication.cpp:131 #9 0x0000000023765080 in mainEntryClickHouseServer (argc=6, argv=0x4115e6d0) at ./programs/server/Server.cpp:197 #10 0x0000000018c884c8 in main (argc_=, argv_=) at ./programs/main.cpp:481 [Inferior 1 (process 1625) 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:40:44,959 Stress test finished + echo -e 'Test script exit code\tOK\t\N\t' + grep -Fa OK + rg -Fa 'No queries hung' /test_output/test_results.tsv No queries hung OK \N + stop + local max_tries=90 + local check_hang=true + local pid ++ cat /var/run/clickhouse-server/clickhouse-server.pid + pid=1625 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Sent terminate signal to process with pid 1625. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1625. The process with pid = 1625 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 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "PUT /devstoreaccount1/cont/njemzvoqwdbwsfzyeplbnptirzwjknpd?blockid=pmhykqgzmfyjzadmrjhktuyjhxevpecprchuloqbdpevvsphxkgdwcbojujxzyuq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "PUT /devstoreaccount1/cont/njemzvoqwdbwsfzyeplbnptirzwjknpd?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "GET /devstoreaccount1/cont/njemzvoqwdbwsfzyeplbnptirzwjknpd HTTP/1.1" 206 4 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "GET /devstoreaccount1/cont/njemzvoqwdbwsfzyeplbnptirzwjknpd HTTP/1.1" 206 2 127.0.0.1 - - [01/Mar/2024:21:40:53 +0000] "DELETE /devstoreaccount1/cont/njemzvoqwdbwsfzyeplbnptirzwjknpd HTTP/1.1" 202 - + 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' 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 38525 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m4.118s user 0m0.036s sys 0m0.020s + 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=38525 + 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 = 38525. The process with pid = 38525 is running. Sent terminate signal to process with pid 38525. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 38525. The process with pid = 38525 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 38525. The process with pid = 38525 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 38525. The process with pid = 38525 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 38525. The process with pid = 38525 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/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 ']' + echo -e 'success\tNo errors found' + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read core